Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save Sam-Kruglov/e41afb0644cde7aa860cd2cf87aa5c65 to your computer and use it in GitHub Desktop.
DTO GET localhost:8080/users/search
{
"_links": {
"getUsername": {
"href": "http://localhost:8080/users/search/username{?id}",
"templated": true
},
"self": {
"href": "http://localhost:8080/users/search"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment