Skip to content

Instantly share code, notes, and snippets.

@SinisterMinister
Last active December 24, 2015 12:49
Show Gist options
  • Save SinisterMinister/6800644 to your computer and use it in GitHub Desktop.
Save SinisterMinister/6800644 to your computer and use it in GitHub Desktop.
{
"_links": {
"foo": {
"create": {
"href": "http://api.example.com/foo",
"method": "POST"
},
"find": {
"href": "http://api.example.com/foo?{field]={value}"
},
"self": {
"href": "http://api.example.com/foo"
}
}
}
}
{
"_links": {
"foo": {
"create": {
"href": "http://api.example.com/foo"
},
"find": {
"href": "http://api.example.com/foo?{field]={value}"
},
"self": {
"href": "http://api.example.com/foo"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment