Skip to content

Instantly share code, notes, and snippets.

View jaychoo's full-sized avatar
☢️

Jay Choo jaychoo

☢️
  • New York, NY
View GitHub Profile
{
"billingAddress": [
{
"id": "field_4",
"name": "firstName",
"custom": false,
"label": "First Name",
"required": true,
"default": "",
"maxLength": "None",
@jaychoo
jaychoo / hmac_sha1.py
Created April 28, 2022 16:50 — forked from heskyji/hmac_sha1.py
Generate HMAC-SHA1 Signature using Python 3
import hashlib
import hmac
import base64
def make_digest(message, key):
key = bytes(key, 'UTF-8')
message = bytes(message, 'UTF-8')
@jaychoo
jaychoo / gist:06f6f3678d1adecb9744c18e378782cb
Created December 18, 2020 14:37
Admin paginated view - Request service
{
"metadata": {
"page": 100000,
"page_size": 10,
"total_count": 216,
"parameters": {
"order_by": "-created_at"
},
"options": {
"order_by": [
{
"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": [
{
"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": [
{
"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": [
@jaychoo
jaychoo / request.json
Created December 2, 2020 18:32
IT_053 Request & Response
{
"additional_services": [
"origin_condition_check",
"destination_unpacking",
"debris_disposal"
],
"destination_locations": [
{
"address_line_1": "",
"city": "Marfa",
{
"additional_services": [
"origin_condition_check",
"destination_unpacking",
"debris_disposal"
],
"destination_locations": [
{
"address_line_1": "11 West 53rd Street",
"city": "New York",
{
"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": [
@jaychoo
jaychoo / IT_041_Response.json
Created December 1, 2020 19:14
IT_041 Request
{
"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": [