Skip to content

Instantly share code, notes, and snippets.

@darrelmiller
Created March 6, 2012 13:05
Show Gist options
  • Save darrelmiller/1986167 to your computer and use it in GitHub Desktop.
Save darrelmiller/1986167 to your computer and use it in GitHub Desktop.
tekpub-login
GET /login
=>
200 OK
Content-Type: application/hal+json
{"_links": {
"self": { "href" : "/Login"},
"urn:tekpub:userhome" : { "href" : "/user/95/home"}
},
"Message" : "Welcome Joe"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment