README.md
pyproject.toml
src/community_sdks_godaddy.egg-info/PKG-INFO
src/community_sdks_godaddy.egg-info/SOURCES.txt
src/community_sdks_godaddy.egg-info/dependency_links.txt
src/community_sdks_godaddy.egg-info/requires.txt
src/community_sdks_godaddy.egg-info/top_level.txt
src/godaddy/__init__.py
src/godaddy/api_client.py
src/godaddy/client.py
src/godaddy/config.py
src/godaddy/errors.py
src/godaddy/http.py
src/godaddy/dto/__init__.py
src/godaddy/dto/abuse/__init__.py
src/godaddy/dto/abuse/requests.py
src/godaddy/dto/abuse/responses.py
src/godaddy/dto/aftermarket/__init__.py
src/godaddy/dto/aftermarket/requests.py
src/godaddy/dto/aftermarket/responses.py
src/godaddy/dto/agreements/__init__.py
src/godaddy/dto/agreements/requests.py
src/godaddy/dto/agreements/responses.py
src/godaddy/dto/ans/__init__.py
src/godaddy/dto/ans/requests.py
src/godaddy/dto/ans/responses.py
src/godaddy/dto/auctions/__init__.py
src/godaddy/dto/auctions/requests.py
src/godaddy/dto/auctions/responses.py
src/godaddy/dto/certificates/__init__.py
src/godaddy/dto/certificates/requests.py
src/godaddy/dto/certificates/responses.py
src/godaddy/dto/countries/__init__.py
src/godaddy/dto/countries/requests.py
src/godaddy/dto/countries/responses.py
src/godaddy/dto/domains/__init__.py
src/godaddy/dto/domains/requests.py
src/godaddy/dto/domains/responses.py
src/godaddy/dto/orders/__init__.py
src/godaddy/dto/orders/requests.py
src/godaddy/dto/orders/responses.py
src/godaddy/dto/parking/__init__.py
src/godaddy/dto/parking/requests.py
src/godaddy/dto/parking/responses.py
src/godaddy/dto/shoppers/__init__.py
src/godaddy/dto/shoppers/requests.py
src/godaddy/dto/shoppers/responses.py
src/godaddy/dto/subscriptions/__init__.py
src/godaddy/dto/subscriptions/requests.py
src/godaddy/dto/subscriptions/responses.py
src/godaddy/services/__init__.py
src/godaddy/services/abstract_service.py
src/godaddy/services/abuse_service.py
src/godaddy/services/aftermarket_service.py
src/godaddy/services/agreements_service.py
src/godaddy/services/ans_service.py
src/godaddy/services/auctions_service.py
src/godaddy/services/certificates_service.py
src/godaddy/services/countries_service.py
src/godaddy/services/domains_service.py
src/godaddy/services/orders_service.py
src/godaddy/services/parking_service.py
src/godaddy/services/shoppers_service.py
src/godaddy/services/subscriptions_service.py
tests/test_error_mapping.py
tests/test_generated_services.py
tests/test_query_encoding.py