Skip to content

Instantly share code, notes, and snippets.

@teddychan
Last active August 29, 2015 14:02
Show Gist options
  • Save teddychan/d6ff999d6a6731ab17fb to your computer and use it in GitHub Desktop.
Save teddychan/d6ff999d6a6731ab17fb to your computer and use it in GitHub Desktop.
{
"meta": {
"code": 200
},
"data": {
"total": 2,
"couriers": [
{
"slug": "fedex",
"name": "FedEx",
"phone": "+1 800 247 4747",
"other_name": "Federal Express",
"web_url": "http://www.fedex.com/",
"required_fields": []
},
{
"slug": "dx",
"name": "DX",
"phone": "+44 0844 826 1178",
"other_name": "DX Freight",
"web_url": "https://www.thedx.co.uk/",
"required_fields": [
"tracking_postal_code"
]
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment