Skip to content

Instantly share code, notes, and snippets.

@dcomartin
Last active March 21, 2017 00:21
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 dcomartin/98b001ce4c6aea9b83ce38dac19d8c2a to your computer and use it in GitHub Desktop.
Save dcomartin/98b001ce4c6aea9b83ce38dac19d8c2a to your computer and use it in GitHub Desktop.
{
"cart": {
"total": 1.45,
"books": [
{
"title": "The Goal: A Process of Ongoing Improvement",
"price": 1.45,
"links": [
{
"rel": "Book",
"href": "/api/books/243"
}
],
"commands": [
{
"rel": "RemoveFromCart",
"href": "/api/cart/1",
"method": "DELETE"
}
]
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment