Skip to content

Instantly share code, notes, and snippets.

@gregturn
Last active May 29, 2017 23:58
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/2b5661948fc4d869910809ca3b3a6622 to your computer and use it in GitHub Desktop.
Save gregturn/2b5661948fc4d869910809ca3b3a6622 to your computer and use it in GitHub Desktop.
Customer JSON HAL document - before changes
{
"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