Skip to content

Instantly share code, notes, and snippets.

@recurser
Created December 11, 2017 10:17
Show Gist options
  • Save recurser/23fc68358024ff8bc84596a006821ad7 to your computer and use it in GitHub Desktop.
Save recurser/23fc68358024ff8bc84596a006821ad7 to your computer and use it in GitHub Desktop.
{
"data":[
{
"id":"33c32451-86d8-428c-b836-e6dd4a424900",
"type":"exchanges",
"links":{
"self":"http://localhost:3000/api/v1/exchanges/33c32451-86d8-428c-b836-e6dd4a424900"
},
"attributes":{
"created_at":"2017-11-25T08:04:21.542Z"
},
"relationships":{
"user":{
"links":{
"self":"http://localhost:3000/api/v1/exchanges/33c32451-86d8-428c-b836-e6dd4a424900/relationships/user",
"related":"http://localhost:3000/api/v1/exchanges/33c32451-86d8-428c-b836-e6dd4a424900/user"
}
}
}
},
{
"id":"ccc54656-ae95-4850-8e87-9fffc5b458d3",
"type":"exchanges",
"links":{
"self":"http://localhost:3000/api/v1/exchanges/ccc54656-ae95-4850-8e87-9fffc5b458d3"
},
"attributes":{
"created_at":"2017-12-11T08:00:26.260Z"
},
"relationships":{
"user":{
"links":{
"self":"http://localhost:3000/api/v1/exchanges/ccc54656-ae95-4850-8e87-9fffc5b458d3/relationships/user",
"related":"http://localhost:3000/api/v1/exchanges/ccc54656-ae95-4850-8e87-9fffc5b458d3/user"
}
}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment