Skip to content

Instantly share code, notes, and snippets.

@Sam-Kruglov
Last active January 11, 2018 11:13
Show Gist options
  • Select an option

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

Select an option

Save Sam-Kruglov/44415eee79d2ba4b503dfa18903c0d01 to your computer and use it in GitHub Desktop.
Projection GET localhost:8080/users
{
"_embedded": {
"users": []
},
"_links": {
"self": {
"href": "http://localhost:8080/users"
},
"profile": {
"href": "http://localhost:8080/profile/users"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment