Skip to content

Instantly share code, notes, and snippets.

@circlee
Created June 28, 2017 12:17
Show Gist options
  • Save circlee/daaf38f61903a72bec557a5c98d58eb1 to your computer and use it in GitHub Desktop.
Save circlee/daaf38f61903a72bec557a5c98d58eb1 to your computer and use it in GitHub Desktop.
hateoas hello eldi response
{
content: "Hello, ELDI!",
_links: {
self: {
href: "http://localhost:8080/hello?name=ELDI"
},
bye: {
href: "http://localhost:8080/bye?name=ELDI"
},
punch: {
href: "http://localhost:8080/punch?name=ELDI"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment