smartystreets / smartystreets-php-sdk

The official client libraries for accessing SmartyStreets APIs from the PHP Hypertext Processor.
https://smartystreets.com/docs/sdk/php
Apache License 2.0
28 stars 15 forks source link

International Address could use Batch Service. #13

Closed chriscalip closed 6 years ago

chriscalip commented 6 years ago

Just like US Address; International Address could use Batch Service.

mdwhatcott commented 6 years ago

The International Street API actually doesn't support batching via POST requests like the US Street API does, hence the design difference in the SDK. The International Street API only accepts individual lookups as separate GET requests. But I suppose we could expose a batch interface in the SDK just the same. Thanks for the suggestion @chriscalip.