Skip to content

Instantly share code, notes, and snippets.

@dylanbeattie
Created November 5, 2015 11:04
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 dylanbeattie/49c74259325582b932d9 to your computer and use it in GitHub Desktop.
Save dylanbeattie/49c74259325582b932d9 to your computer and use it in GitHub Desktop.
{ "data" : [
{
"type": "band",
"id": "56",
"attributes": { "name" : "The Funky Frog Band", "website" : "http://www.funky-frog-band.com" },
"links": { "self" : "/bands/56" },
"relationships": {
"members": {
"links" : {
"self": "/bands/56/relationships/members",
"related": "/bands/56/members"
}
},
"shows": {
"links" : {
"self": "/bands/56/relationships/shows",
"related": "/bands/56/shows"
}
}
}
},
{
"type": "band",
"id":"78",
"attributes": { "name" : "The Jazz Monkeys", "website" : "http://www.jazz-monkeys.com" },
"links": { "self" : "/bands/78" },
"relationships": {
"members": {
"links": {
"self": "/bands/78/relationships/members",
"related": "/bands/78/members"
}
},
"shows": {
"links": {
"self": "/bands/78/relationships/shows",
"related": "/bands/78/shows"
}
}
}
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment