Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save jharmn/5097295 to your computer and use it in GitHub Desktop.
PragmaticAPI.com post on Hypermedia in permissions
(Login as ViewOnlyUser)
GET /widget/5
{
"links": [
{
"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