Skip to content

Instantly share code, notes, and snippets.

@ALEXOTANO
Created May 1, 2021 23:32
Show Gist options
  • Save ALEXOTANO/7a49b9b57032d12bc4a41d80b5b5ae68 to your computer and use it in GitHub Desktop.
Save ALEXOTANO/7a49b9b57032d12bc4a41d80b5b5ae68 to your computer and use it in GitHub Desktop.
medium.json.whole.thing1
{
"data": [
{
"links": {
"self": {
"href": "/orders/123"
}
},
"total": 30.00,
"currency": "USD",
"status": "shipped"
},
{
"links": {
"self": {
"href": "/orders/124"
}
},
"total": 20.00,
"currency": "USD",
"status": "processing"
}
],
"links": {
"self": {
"href": "/orders"
},
"next": {
"href": "/orders?page=2"
},
"last": {
"href": "/orders?page=last"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment