Last active
August 29, 2015 14:16
-
-
Save javaeeeee/55e57bea9f08afbfa259 to your computer and use it in GitHub Desktop.
HAL representation with custom relation type
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" | |
| }, | |
| "http://booklistapi.com/rels/authors":[ | |
| { | |
| "href":"/author/4554", | |
| "title":"Leonard Richardson" | |
| }, | |
| { | |
| "href":"/author/5758", | |
| "title":"Mike Amundsen" | |
| }, | |
| { | |
| "href":"/author/5759", | |
| "title":"Sam Ruby" | |
| } | |
| ] | |
| }, | |
| "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