usps
usps copied to clipboard
USPS Webtools API for Ruby
No runtime errors, but some failing tests: ``` sh ➜ usps git:(add_shipping_labels) bundle exec rake certify /Users/alandelevie/.rbenv/versions/2.1.5/bin/ruby -rubygems -Ilib lib/usps/test.rb Run options: # Running tests: [1/8] USPS::Test#test_address_standardization_1 = 0.19 s...
This is to track the path to releasing a version 1.0 of this gem. The gem is currently fully functional and usable. The benefits of releasing a 1.0 are largely...
This gem currently targets Ruby versions [1.9.3 - 2.1](https://github.com/gaffneyc/usps/blob/3a1a16f4fe9f96b6455c207954962df2f819d45b/.travis.yml#L3-L6). These versions have been [end-of-lifed as of 2015 - 2017](https://www.ruby-lang.org/en/downloads/branches/), respectively. Currently maintained Ruby versions are 2.6 - 3.0. Forward-looking changes,...
I'm getting: `USPS::Error (Authorization failure. Perhaps username and/or password is incorrect.)` Is authorization literally just including your USPS.com username like `USPS.config.username = 'YOUR USERNAME'`? I'm doing that and I'm still...
USPS has sunset the Webtool APIs that this gem queries. The new USPS v3 API is pretty different. I'm imagining that: - this gem will probably need to have several...