From 35b06107b587b6ac01ebdbec4d94281e023de063 Mon Sep 17 00:00:00 2001 From: Jonathan Oliver Date: Fri, 7 Jul 2023 13:40:55 -0600 Subject: [PATCH] Pointing to *.api.smarty.com domain --- smartystreets_python_sdk/client_builder.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/smartystreets_python_sdk/client_builder.py b/smartystreets_python_sdk/client_builder.py index 06ea10c..86bb4f3 100644 --- a/smartystreets_python_sdk/client_builder.py +++ b/smartystreets_python_sdk/client_builder.py @@ -26,14 +26,14 @@ def __init__(self, signer): self.debug = None self.header = None self.licenses = [] - self.INTERNATIONAL_STREET_API_URL = "https://international-street.api.smartystreets.com/verify" - self.INTERNATIONAL_AUTOCOMPLETE_API_URL = "https://international-autocomplete.api.smartystreets.com/lookup" - self.US_AUTOCOMPLETE_API_URL = "https://us-autocomplete.api.smartystreets.com/suggest" - self.US_AUTOCOMPLETE_PRO_API_URL = "https://us-autocomplete-pro.api.smartystreets.com/lookup" - self.US_EXTRACT_API_URL = "https://us-extract.api.smartystreets.com" - self.US_STREET_API_URL = "https://us-street.api.smartystreets.com/street-address" - self.US_ZIP_CODE_API_URL = "https://us-zipcode.api.smartystreets.com/lookup" - self.US_REVERSE_GEO_API_URL = "https://us-reverse-geo.api.smartystreets.com/lookup" + self.INTERNATIONAL_STREET_API_URL = "https://international-street.api.smarty.com/verify" + self.INTERNATIONAL_AUTOCOMPLETE_API_URL = "https://international-autocomplete.api.smarty.com/lookup" + self.US_AUTOCOMPLETE_API_URL = "https://us-autocomplete.api.smarty.com/suggest" + self.US_AUTOCOMPLETE_PRO_API_URL = "https://us-autocomplete-pro.api.smarty.com/lookup" + self.US_EXTRACT_API_URL = "https://us-extract.api.smarty.com" + self.US_STREET_API_URL = "https://us-street.api.smarty.com/street-address" + self.US_ZIP_CODE_API_URL = "https://us-zipcode.api.smarty.com/lookup" + self.US_REVERSE_GEO_API_URL = "https://us-reverse-geo.api.smarty.com/lookup" def retry_at_most(self, max_retries): """