Skip to content

Instantly share code, notes, and snippets.

@bohde
Created April 5, 2011 23:53
Show Gist options
  • Save bohde/904841 to your computer and use it in GitHub Desktop.
Save bohde/904841 to your computer and use it in GitHub Desktop.
sample implementation of embedded resources
{
"name": "foo",
"resource_uri": "/api/v1/list/1",
"items": {
"meta": {
"resource_uri": "/api/v1/list/1/items/",
"count": 5
},
"objects": [
{}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment