Skip to content

Instantly share code, notes, and snippets.

@darrelmiller
Created March 6, 2012 13:06
Show Gist options
  • Save darrelmiller/1986172 to your computer and use it in GitHub Desktop.
Save darrelmiller/1986172 to your computer and use it in GitHub Desktop.
Tekpub - user home
GET /user/95/home
=>
200 OK
Content-Type: application/hal+json
{ "_links": {
"self" : { "href" :"/user/95/home" },
"urn:tekpub:allproductions" : { "href" : "/user/95/allproductions", "title" : "All productions" },
"urn:tekpub:newepisodes" : { "href" : "/episodes/new", "title" : "New Episodes" },
"urn:tekpub:productionsbycategory" : { "href" : "/productions{?category}" }
"urn:tekpub:categories" : { "href" : "/categories" }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment