goshippo / shippo-node-client

Shipping API Node.js library (USPS, FedEx, UPS and more)
https://goshippo.com/docs
MIT License
136 stars 54 forks source link

add support for OAuth tokens #62

Closed epistemancer closed 4 years ago

epistemancer commented 4 years ago

Shippo constructor will now optionally an object with either a 'shippoToken' or an 'oauthToken' attribute, and will use the corresponding Authorization method on requests

resolves #53