Skip to content

Instantly share code, notes, and snippets.

@mikekelly
Created May 17, 2012 12:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikekelly/2718592 to your computer and use it in GitHub Desktop.
Save mikekelly/2718592 to your computer and use it in GitHub Desktop.
{
"_links": {
"self": { "href": "/orders/123" },
"shipment-type": { "href": "http://api.company.com/logistics/shipmenttypes/2" },
"warehouse": { "href": "http://api.company.com/logistics/warehouses/7449?Country=Australia" },
"products": [{
"href": "http://api.company.com/master/products/87",
"title": "Shirt"
},{
"href": "http://api.company.com/master/products/122",
"title": "Pants"
}]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment