michaelchadwick/ember-remember-stuff

View on GitHub
packages/frontend/public/api/users.json

Summary

Maintainability
Test Coverage
{
  "data": [
    {
      "type": "user",
      "id": "1",
      "attributes": {
        "firstName": "Michael",
        "lastName": "Madness",
        "displayName": "Mike M",
        "email": "mmadness@chaosville.net",
        "root": true
      }
    },
    {
      "type": "user",
      "id": "2",
      "attributes": {
        "firstName": "David",
        "lastName": "Danger",
        "displayName": "Dave D",
        "email": "danger.dave@rocket.to.the.moon.com",
        "root": false
      }
    }
  ]
}