smartystreets-python-sdk icon indicating copy to clipboard operation
smartystreets-python-sdk copied to clipboard

The official client libraries for accessing SmartyStreets APIs from Python 2.7 and 3.5

Results 2 smartystreets-python-sdk issues
Sort by recently updated
recently updated
newest added

In the examples, using the client with a proxy, like this: `client = ClientBuilder(credentials).with_proxy('localhost:8080', 'user', 'password').build_us_street_api_client()` Worked fine with requests 2.18.4 and urllib3 1.22, but no longer works with the...