Skip to content

Instantly share code, notes, and snippets.

@DarcInc
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DarcInc/9799118 to your computer and use it in GitHub Desktop.
Save DarcInc/9799118 to your computer and use it in GitHub Desktop.
{
"class": ["authorization"],
"properties": {
"token": "abcdef12345",
"expiration": "2014-03-25T15:00:05"
},
"actions": [
{
"name": "projects",
"title": "List user projects",
"method": "GET",
"href": "http://darcinc.net/api/v1/projects"
}
{
"name": "logout",
"title": "Logout user",
"method": "DELETE",
"href": "http://darcinc.net/api/v1/sessions/abcdef12345",
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment