View gist:4ab9103d337af7fb6d4b76c326475e0c
This file contains 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
{ | |
"billingAddress": [ | |
{ | |
"id": "field_4", | |
"name": "firstName", | |
"custom": false, | |
"label": "First Name", | |
"required": true, | |
"default": "", | |
"maxLength": "None", |
View hmac_sha1.py
This file contains 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
import hashlib | |
import hmac | |
import base64 | |
def make_digest(message, key): | |
key = bytes(key, 'UTF-8') | |
message = bytes(message, 'UTF-8') | |
View gist:06f6f3678d1adecb9744c18e378782cb
This file contains 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
{ | |
"metadata": { | |
"page": 100000, | |
"page_size": 10, | |
"total_count": 216, | |
"parameters": { | |
"order_by": "-created_at" | |
}, | |
"options": { | |
"order_by": [ |
View gist:4ed60aa813f182a02efe1e654cf1cb0f
This file contains 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
{ | |
"additional_services": [ | |
"origin_condition_check", | |
"debris_disposal", | |
"destination_unpacking" | |
], | |
"created_at": "2020-12-07T20:49:25.463424+00:00", | |
"currency": "USD", | |
"customer_reference": null, | |
"destination_locations": [ |
View gist:b00f4c54bec2c256532c443bba1fbd5b
This file contains 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
{ | |
"additional_services": [ | |
"origin_condition_check", | |
"debris_disposal", | |
"destination_unpacking" | |
], | |
"created_at": "2020-12-03T15:23:20.438406+00:00", | |
"currency": "USD", | |
"customer_reference": null, | |
"destination_locations": [ |
View gist:2afe4075304199b82aca29cdd72359bf
This file contains 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
{ | |
"additional_services": [ | |
"origin_condition_check", | |
"debris_disposal", | |
"destination_unpacking" | |
], | |
"created_at": "2020-12-02T18:50:05.228752+00:00", | |
"currency": "USD", | |
"customer_reference": null, | |
"destination_locations": [ |
View request.json
This file contains 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
{ | |
"additional_services": [ | |
"origin_condition_check", | |
"destination_unpacking", | |
"debris_disposal" | |
], | |
"destination_locations": [ | |
{ | |
"address_line_1": "", | |
"city": "Marfa", |
View gist:a7df3a6e31832eb63f2b6e359380b3f1
This file contains 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
{ | |
"additional_services": [ | |
"origin_condition_check", | |
"destination_unpacking", | |
"debris_disposal" | |
], | |
"destination_locations": [ | |
{ | |
"address_line_1": "11 West 53rd Street", | |
"city": "New York", |
View gist:262b3a3174428f931e4596c4fea32580
This file contains 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
{ | |
"additional_services": [ | |
"destination_unpacking", | |
"origin_condition_check", | |
"debris_disposal" | |
], | |
"created_at": "2020-12-01T20:29:54.361992+00:00", | |
"currency": "USD", | |
"customer_reference": null, | |
"destination_locations": [ |
View IT_041_Response.json
This file contains 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
{ | |
"additional_services": [ | |
"destination_unpacking", | |
"origin_condition_check", | |
"debris_disposal" | |
], | |
"created_at": "2020-12-01T19:08:40.396526+00:00", | |
"currency": "USD", | |
"customer_reference": null, | |
"destination_locations": [ |
NewerOlder