Skip to content

Instantly share code, notes, and snippets.

@heygrady
Last active June 7, 2016 19:33
Show Gist options
  • Save heygrady/62680ca4a79dcd540369037b83630187 to your computer and use it in GitHub Desktop.
Save heygrady/62680ca4a79dcd540369037b83630187 to your computer and use it in GitHub Desktop.
{
"posts": {
"data": [
{
"id": 1,
"type": "posts",
"attributes": {
"title": "My title",
"content": "<p>Some markup in a string.</p>"
},
"relationships": {
"author": 1
},
"meta": {
"loading": false,
"saving": false,
"new": false,
"dirtyAttributes": {}
}
},
{ "anotherPost": "goes here" }
],
"meta": {
"loading": false,
"pagination": {}
}
},
"authors": {
"data": [
{
"id": 1,
"type": "authors",
"attributes": {
"fullName": "Mr. E. Writer"
}
},
{ "anotherAuthor": "goes here" }
],
"meta": {
"loading": false,
"pagination": []
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment