Created
May 31, 2016 10:15
-
-
Save iamajvillalobos/b960acd34b924c534b494e2d36b6491b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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