Skip to content

Instantly share code, notes, and snippets.

@gregturn
Last active May 29, 2017 23:57
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 gregturn/04173eff6526ca4bf67c03cd63fa7399 to your computer and use it in GitHub Desktop.
Save gregturn/04173eff6526ca4bf67c03cd63fa7399 to your computer and use it in GitHub Desktop.
Custom JSON HAL document - after update
{
"firstName" : "Frodo",
"lastName" : "Baggins",
"name" : "Frodo Baggins",
"_links" : {
"self" : {
"href" : "/customers/1"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment