Last active
November 20, 2020 16:55
-
-
Save simistern/5ad6f8006d0de2868efac8b7989f1f84 to your computer and use it in GitHub Desktop.
ketting example
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": "/author/4554" | |
}, | |
"curries": [ | |
{ | |
"name": "ns", | |
"href": "http://booklistapi.com/rels/{rel}", | |
"templated": true | |
} | |
] | |
}, | |
"_embedded": { | |
"ns:books": [ | |
{ | |
"_links": { | |
"self": { | |
"href": "/books/123" | |
} | |
}, | |
"Title": "RESTful Web APIs", | |
"Price": "$31.92" | |
}, | |
{ | |
"_links": { | |
"self": { | |
"href": "/books/366" | |
} | |
}, | |
"Title": "RESTful Web Services", | |
"Price": "$79.78" | |
}, | |
{ | |
"_links": { | |
"self": { | |
"href": "/books/865" | |
} | |
}, | |
"Title": "Ruby Cookbook", | |
"Price": "$34.35" | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment