Skip to content

Instantly share code, notes, and snippets.

@joncalhoun
Created October 29, 2012 16:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joncalhoun/3974596 to your computer and use it in GitHub Desktop.
Save joncalhoun/3974596 to your computer and use it in GitHub Desktop.
EasyPost cURL Example
curl https://www.easypost.co/api/postage/rates \
-u cueqNZUb3ldeWTNX7MU3Mel8UXtaAMUi: \
-d 'to[zip]=94107' \
-d 'from[zip]=94019' \
-d 'parcel[predefined_package]=LargeFlatRateBox' \
-d 'parcel[weight]=100.0'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment