{
  "data": {
    "id": "1",
    "type": "posts",
    "links": {
      "self": "http://api.pixelhandler.com/api/v1/posts/1"
    },
    "attributes": {
      "title": "Practical: Deploy an Ember App with ember-cli-deploy",
      "slug": "practical-deploy-an-ember-app-with-ember-cli-deploy-on-digitalocean",
      "excerpt": "The notes below demonstrate how to setup a chat application, built with [Ember CLI], that uses a backend service from [Firebase].",
      "date": "2015-04-25",
      "body": "## Lightning-Approach Workflow\n\nThis approach is the default setup when using ember-cli-deploy and uses a Redis\nstore for the versions of your index.html file that you deploy.",
      "created-at": "2015-04-25T00:00:00.000Z",
      "updated-at": "2015-04-25T00:00:00.000Z"
    },
    "relationships": {
      "author": {
        "links": {
          "self": "http://api.pixelhandler.com/api/v1/posts/1/relationships/author",
          "related": "http://api.pixelhandler.com/api/v1/posts/1/author"
        },
        "data": {
          "type": "authors",
          "id": "1"
        }
      },
      "comments": {
        "links": {
          "self": "http://api.pixelhandler.com/api/v1/posts/1/relationships/comments",
          "related": "http://api.pixelhandler.com/api/v1/posts/1/comments"
        }
      }
    }
  },
  "included": [
    {
      "id": "1",
      "type": "authors",
      "links": {
        "self": "http://api.pixelhandler.com/api/v1/authors/1"
      },
      "attributes": {
        "name": "pixelhandler",
        "email": "pixelhandler@gmail.com"
      },
      "relationships": {
        "posts": {
          "links": {
            "self": "http://api.pixelhandler.com/api/v1/authors/1/relationships/posts",
            "related": "http://api.pixelhandler.com/api/v1/authors/1/posts"
          }
        }
      }
    },
    {
      "id": "1",
      "type": "comments",
      "links": {
        "self": "http://api.pixelhandler.com/api/v1/comments/1"
      },
      "attributes": {
        "body": "We recorded a walkthrough of deploying an Ember app with ember-cli-deploy that follows this post here: https://www.youtube.com/watch?v=H-UDcJzlXis",
        "created-at": "2015-05-31T20:22:14.820Z"
      },
      "relationships": {
        "commenter": {
          "links": {
            "self": "http://api.pixelhandler.com/api/v1/comments/1/relationships/commenter",
            "related": "http://api.pixelhandler.com/api/v1/comments/1/commenter"
          },
          "data": {
            "type": "commenters",
            "id": "1"
          }
        },
        "post": {
          "links": {
            "self": "http://api.pixelhandler.com/api/v1/comments/1/relationships/post",
            "related": "http://api.pixelhandler.com/api/v1/comments/1/post"
          },
          "data": {
            "type": "posts",
            "id": "1"
          }
        }
      }
    }
  ]
}
