Skip to content

Instantly share code, notes, and snippets.

@httpmurilo
Created January 22, 2022 19:54
Show Gist options
  • Save httpmurilo/f6384c323a45cd978a05a20d7d027091 to your computer and use it in GitHub Desktop.
Save httpmurilo/f6384c323a45cd978a05a20d7d027091 to your computer and use it in GitHub Desktop.
Retorno
{
"_embedded": {
"customers": [
{
"_links": {
"self": {
"href": "http://localhost:8080/customer/1"
},
"customer": {
"href": "http://localhost:8080/customer/1"
}
}
},
"_links": {
"self": {
"href": "http://localhost:8080/customer"
},
"profile": {
"href": "http://localhost:8080/profile/customer"
},
"search": {
"href": "http://localhost:8080/customer/search"
}
},
"page": {
"size": 20,
"totalElements": 3,
"totalPages": 1,
"number": 0
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment