Skip to content

Instantly share code, notes, and snippets.

@wlk
Created June 18, 2017 12:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wlk/d2009e2dd84bdbea7556065e22cf161d to your computer and use it in GitHub Desktop.
Save wlk/d2009e2dd84bdbea7556065e22cf161d to your computer and use it in GitHub Desktop.
{
"data": {
"id": "1",
"type": "chapters",
"attributes": {
"title": "A Long-expected Party",
"ordering": 1,
"created_at": "2017-06-18 11:30:17",
"updated_at": "2017-06-18 11:30:17"
},
"relationships": {
"book": {
"links": {
"self": "/v1/chapters/1/relationships/book",
"related": "/v1/chapters/1/book"
},
"data": {
"id": "1",
"type": "books"
}
}
},
"links": {
"self": "/v1/chapters/1"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment