Created
January 11, 2018 11:25
-
-
Save Sam-Kruglov/42adf3990b35853e712ecb069394c1e5 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", | |
| "_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