Skip to content

Instantly share code, notes, and snippets.

@iamajvillalobos
Created May 31, 2016 10:15
Show Gist options
  • Save iamajvillalobos/b960acd34b924c534b494e2d36b6491b to your computer and use it in GitHub Desktop.
Save iamajvillalobos/b960acd34b924c534b494e2d36b6491b to your computer and use it in GitHub Desktop.
{
"data": [
{
"id": "2",
"type": "group-events",
"links": {
"self": "http://localhost:3000/api/group-events/2"
},
"attributes": {
"name": "Summer event",
"status": "draft",
"location": null,
"description": null,
"start-date": "2016-05-10",
"end-date": "2016-05-22",
"duration": 12
},
"relationships": {
"user": {
"links": {
"self": "http://localhost:3000/api/group-events/2/relationships/user",
"related": "http://localhost:3000/api/group-events/2/user"
}
}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment