Last active
January 11, 2018 11:13
-
-
Save Sam-Kruglov/c40386216063aa929e01bf90deb51cff to your computer and use it in GitHub Desktop.
Projection GET localhost:8080/users/1
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
{ | |
"username": "jsmith", | |
"firstName": "John", | |
"lastName": "Smith", | |
"_links": { | |
"self": { | |
"href": "http://localhost:8080/users/1" | |
}, | |
"user": { | |
"href": "http://localhost:8080/users/1{?projection}", | |
"templated": true | |
}, | |
"group": { | |
"href": "http://localhost:8080/users/1/group" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment