Last active
January 11, 2018 04:13
-
-
Save Sam-Kruglov/e7fd71b81addebce230e517772f3ca0d to your computer and use it in GitHub Desktop.
Initial Response for GET localhost:8080
This file contains 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
{ | |
"_links" : { | |
"groups" : { | |
"href" : "http://localhost:8080/groups" | |
}, | |
"users" : { | |
"href" : "http://localhost:8080/users" | |
}, | |
"profile" : { | |
"href" : "http://localhost:8080/profile" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment