Skip to content

Instantly share code, notes, and snippets.

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