smartystreets / smartystreets-python-sdk

The official client libraries for accessing SmartyStreets APIs from Python 2.7 and 3.5
https://smartystreets.com/docs/sdk/python
Apache License 2.0
28 stars 30 forks source link

support input_id #8

Closed omerlaufer closed 5 years ago

omerlaufer commented 5 years ago

a tiny addition supporting "input_id" in order to easily map back results to an internal id. added tests.

mdwhatcott commented 5 years ago

Hi @omerlaufer - We've had lots of requests to add input_id to the response. We made the conscious decision in the beginning to NOT add it to the response object, since the responses are tied to the original lookup which contains the input_id. However, we are reconsidering this decision since we haven't done a good job of explaining it in the code and we've confused lots of devs as a result. Stay tuned...