Brobin / usps-api

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Address Validation API can accept more than one address to validate

sgran opened this issue · comments

From https://www.usps.com/business/web-tools-apis/address-information-api.htm:

The Verify API supports up to five lookups per transaction

It looks to me as though validate_address should accept a list of Address (or perhaps) be a wrapper over a new validate_addresses method)