Brobin / usps-api

Python Wrapper for the USPS API :truck: :package:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Address validation should allow us to pass revsion=1

martinka opened this issue · comments

The usps has a revision 1 for the address validation api in addition to the tracking api. The code should either allow us to set a revision to use for all calls or set the revision=1 flag on the address call in addition to the tracking call. I am happy to put a PR together for this if you want.