Created
February 28, 2015 11:40
-
-
Save javaeeeee/88e4d9699eb1cdb28fd9 to your computer and use it in GitHub Desktop.
HAL representation with self link
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
| { | |
| "_links":{ | |
| "self":{ | |
| "href":"/book/123" | |
| } | |
| }, | |
| "Title":"RESTful Web APIs", | |
| "Price":"$31.92", | |
| "Paperback":"408 pages", | |
| "Language":"English" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment