Created
March 6, 2012 13:06
-
-
Save darrelmiller/1986172 to your computer and use it in GitHub Desktop.
Tekpub - user home
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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