Created
May 1, 2021 23:32
-
-
Save ALEXOTANO/7a49b9b57032d12bc4a41d80b5b5ae68 to your computer and use it in GitHub Desktop.
medium.json.whole.thing1
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
{ | |
"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