Skip to content

Instantly share code, notes, and snippets.

@tassioauad
Created April 4, 2018 02:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tassioauad/2ead57f52ce6e608c30538232638fa4b to your computer and use it in GitHub Desktop.
Save tassioauad/2ead57f52ce6e608c30538232638fa4b to your computer and use it in GitHub Desktop.
{
"_embedded" : {
"persons" : [ ]
},
"_links" : {
"self" : {
"href" : "http://localhost:9000/person{?page,size,sort}",
"templated" : true
},
"profile" : {
"href" : "http://localhost:9000/profile/person"
}
},
"page" : {
"size" : 20,
"totalElements" : 0,
"totalPages" : 0,
"number" : 0
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment