Created
June 6, 2017 03:54
-
-
Save gregturn/6ab5380f5935be394f8574b3b8a20887 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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