Skip to content

Instantly share code, notes, and snippets.

@caseysoftware
Created December 16, 2015 02:49
Show Gist options
  • Select an option

  • Save caseysoftware/7517b3b36c1e18529c92 to your computer and use it in GitHub Desktop.

Select an option

Save caseysoftware/7517b3b36c1e18529c92 to your computer and use it in GitHub Desktop.
The resulting callback from creating a bundle
{
"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