Skip to content

Instantly share code, notes, and snippets.

@Sam-Kruglov
Created January 11, 2018 11:25
Show Gist options
  • Select an option

  • Save Sam-Kruglov/42adf3990b35853e712ecb069394c1e5 to your computer and use it in GitHub Desktop.

Select an option

Save Sam-Kruglov/42adf3990b35853e712ecb069394c1e5 to your computer and use it in GitHub Desktop.
Projection GET localhost:8080/users/1
{
"username": "jsmith",
"_links": {
"self": {
"href": "http://localhost:8080/users/1"
},
"user": {
"href": "http://localhost:8080/users/1{?projection}",
"templated": true
},
"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