Skip to content

Instantly share code, notes, and snippets.

@mustmodify
Created August 22, 2014 14:30
Show Gist options
  • Save mustmodify/fdc8cc85ae84b85f65c9 to your computer and use it in GitHub Desktop.
Save mustmodify/fdc8cc85ae84b85f65c9 to your computer and use it in GitHub Desktop.
collection+embedded+JSON
collection:
{
embedded:
[
{
collection:
{
href: '/stuff/123.json',
items:
[
],
...
]
}
],
items:
[
{
data:
[
{
name: "name"
value: 'dr seuss',
},
],
links:
[
{
rel: 'eduation',
href: '/stuff/123.json',
prompt: 'Vanderbilt'
}
]
},
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment