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.0.tar.gz (35.1 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.0-py3-none-any.whl (52.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: community_sdks_godaddy-1.0.0.tar.gz
  • Upload date:
  • Size: 35.1 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.0.tar.gz
Algorithm Hash digest
SHA256 9596c1a93b67e6f98f467830816efb101a4c71018a4a99c8ac62824e3e310e10
MD5 b1886fc5140dd969b0a78a078d080d16
BLAKE2b-256 380fc831535802d1cb287038090a6b75becbe864bd8956d6ce4cbfdac9924f6c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for community_sdks_godaddy-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0428a6e63346e8dfab9addb70fcc97761a394f5108adda1c276a5a9678f01a8e
MD5 f788cf17229ae23b6343f60676c8e240
BLAKE2b-256 f58c57157b6e03881333133893042f016b28e607c52ac824fbff67362898cbcd

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