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