Last active
January 11, 2018 05:13
-
-
Save Sam-Kruglov/b3918701761aeadf92997a504c00dd99 to your computer and use it in GitHub Desktop.
DTO Accessing GET localhost:8080/users/search/username?id=1 with links
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/search/username{?id}", | |
"templated": true | |
}, | |
"user": { | |
"href": "http://localhost:8080/users/1" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment