Skip to content

Instantly share code, notes, and snippets.

@ericmoritz
Last active January 3, 2016 22:29
Show Gist options
  • Select an option

  • Save ericmoritz/8528718 to your computer and use it in GitHub Desktop.

Select an option

Save ericmoritz/8528718 to your computer and use it in GitHub Desktop.
{"collection": {
"items": [
{
"href": "http://example.com/modules/1",
"data": [
{"name": "title", "value": "Module"}
],
"links": []
},
{
"href": "http://example.com/galleries/10",
"data": [
{"name": "title", "value": "Gallery 10"}
],
"links": [
{"rel": "parent", "href": "http://example.com/modules/1"}
]
},
{
"href": "http://example.com/photos/1",
"data": [
{"name": "title", "value": "Photo 1"}
],
"links": [
{"rel": "parent", "href": "http://example.com/galleries/10"}
]
},
{
"href": "http://example.com/photos/2",
"data": [
{"name": "title", "value": "Photo 2"}
],
"links": [
{"rel": "parent", "href": "http://example.com/galleries/10"}
]
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment