Skip to content

Instantly share code, notes, and snippets.

@Sam-Kruglov
Created January 10, 2018 16:17
Show Gist options
  • Save Sam-Kruglov/8ccedf24cffe76ae55dd0323b22a85fa to your computer and use it in GitHub Desktop.
Save Sam-Kruglov/8ccedf24cffe76ae55dd0323b22a85fa to your computer and use it in GitHub Desktop.
GET localhost:8080/users/1
{
"username": "jsmith",
"firstName": "John",
"lastName": "Smith",
"_links": {
"self": {
"href": "http://localhost:8080/users/1"
},
"user": {
"href": "http://localhost:8080/users/1"
},
"group": {
"href": "http://localhost:8080/users/1/group"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment