Skip to content

Instantly share code, notes, and snippets.

@gregturn
Created June 6, 2017 03:54
Show Gist options
  • Save gregturn/6ab5380f5935be394f8574b3b8a20887 to your computer and use it in GitHub Desktop.
Save gregturn/6ab5380f5935be394f8574b3b8a20887 to your computer and use it in GitHub Desktop.
{
"id": 1,
"name": "Gandalf",
"employees": [
"Frodo::ring bearer",
"Bilbo::burglar"
],
"_links": {
"self": {
"href": "http://localhost:8080/managers/1"
},
"managers": {
"href": "http://localhost:8080/managers"
},
"employees": {
"href": "http://localhost:8080/managers/1/employees"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment