Skip to content

Instantly share code, notes, and snippets.

@jharmn
Last active December 14, 2015 13:58
Show Gist options
  • Select an option

  • Save jharmn/5097293 to your computer and use it in GitHub Desktop.

Select an option

Save jharmn/5097293 to your computer and use it in GitHub Desktop.
PragmaticAPI.com post on Hypermedia for permissions
(Login as poweruser)
GET /widget/5
{
"links": [
{
"rel": "Create",
"title": "Cog",
"verb": "POST",
"href": "/widget/5/cogs"
},
{
"rel": "List",
"title": "Cog",
"verb": "GET",
"href": "/widget/5/cogs"
}
],
"id": 5,
"code": "abc123",
"name": "Widget I know of"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment