Skip to content

Instantly share code, notes, and snippets.

@Sam-Kruglov
Last active January 11, 2018 04:13
Show Gist options
  • Save Sam-Kruglov/0f9bd15871309ad107830b791214956f to your computer and use it in GitHub Desktop.
Save Sam-Kruglov/0f9bd15871309ad107830b791214956f to your computer and use it in GitHub Desktop.
Initial Response for GET localhost:8080/groups/1
{
"name": "A",
"_links": {
"self": {
"href": "http://localhost:8080/groups/1"
},
"group": {
"href": "http://localhost:8080/groups/1"
},
"users": {
"href": "http://localhost:8080/groups/1/users"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment