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

fixed url param bug #22

Closed smithjason closed 8 years ago

smithjason commented 8 years ago

@mnowik @sbeidas

Fixes bug where options object properties are not properly passed as optional url params to api requests through Resource methods.

mnowik commented 8 years ago

👍