Skip to main content

Community GoDaddy SDK for Python

Project description

GoDaddy Python SDK

Community-maintained Python SDK for the GoDaddy APIs. The SDK exposes one service accessor per API area and uses explicit request/response DTOs for every endpoint.

Installation

pip install godaddy-python

Configuration

from godaddy import Client, Config

config = Config.sandbox(
    api_key="YOUR_API_KEY",
    api_secret="YOUR_API_SECRET",
    timeout=30.0,
    max_retries=2,
)

# Production: Config.production(...)
# Service override: service_base_urls={"domains": "https://api.godaddy.com"}

client = Client(config)

Quick Start

from godaddy import Client, Config
from godaddy.dto.abuse.requests import GetTicketsRequest

client = Client(Config.sandbox(api_key="KEY", api_secret="SECRET"))
response = client.abuse().get_tickets(GetTicketsRequest(limit=20, offset=0))

print(response.raw)

Services

See docs/ for endpoint-by-endpoint request and response examples.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

community_sdks_godaddy-1.0.1.tar.gz (35.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

community_sdks_godaddy-1.0.1-py3-none-any.whl (52.7 kB view details)

Uploaded Python 3

File details

Details for the file community_sdks_godaddy-1.0.1.tar.gz.

File metadata

  • Download URL: community_sdks_godaddy-1.0.1.tar.gz
  • Upload date:
  • Size: 35.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for community_sdks_godaddy-1.0.1.tar.gz
Algorithm Hash digest
SHA256 65a51bd7ad8dda83125bbb934c87432d04d5e0260b0a06ccee35560402021a73
MD5 ca0c9b83661a8f5c856e004a5eb79d2f
BLAKE2b-256 0c6b72a514782b3188c2ec11982894a964ded8bdc04cef9c0c862be3a4f4c0e7

See more details on using hashes here.

File details

Details for the file community_sdks_godaddy-1.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for community_sdks_godaddy-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 b8684b28ef380e259f5ca357d618fba1dad92af3800c72ef07b51977a0443e3d
MD5 8f476e35abc32481c42c8deb9dcfb34c
BLAKE2b-256 8d466f20b54bb2bb92b6204df6c5b322259ac1cb7ed9eaf9136eae4cf1b1e2b8

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page