Created
December 16, 2015 02:49
-
-
Save caseysoftware/7517b3b36c1e18529c92 to your computer and use it in GitHub Desktop.
The resulting callback from creating a bundle
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
| { | |
| "id":"abcde12345", | |
| "_class":"Ref", | |
| "_links":{ | |
| "self":{ | |
| "href":"/v1/bundles/abcde12345" | |
| }, | |
| "curies":[ | |
| { | |
| "href":"/docs/rels/{rel}", | |
| "name":"clarify", | |
| "templated":true | |
| } | |
| ], | |
| "clarify:metadata":{ | |
| "href":"/v1/bundles/abcde12345/metadata" | |
| }, | |
| "clarify:tracks":{ | |
| "href":"/v1/bundles/abcde12345/tracks" | |
| }, | |
| "clarify:insights":{ | |
| "href":"/v1/bundles/abcde12345/insights" | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment