godaddypy icon indicating copy to clipboard operation
godaddypy copied to clipboard

Python GoDaddy API Client

Results 21 godaddypy issues
Sort by recently updated
recently updated
newest added

This is a great library. Thanks! I wrote this function which i find useful, thought others might too: if you are doing a lot of additions/updates it is better to...

enhancement

This is the 3.0.0 milestone planning tracker. If anyone has suggestions for things to be added/modified for the 3.0.0 release, please post them here and I'll add them to the...

enhancement
help wanted

Since the models are defined at then end of the page, it could be nice to have some validation https://developer.godaddy.com/doc/endpoint/domains Perhaps using https://schematics.readthedocs.io/en/latest/ ?

enhancement

![image](https://github.com/eXamadeus/godaddypy/assets/22654658/d2701c4a-9df3-4bae-93ea-66748e6b93c7) ![image](https://github.com/eXamadeus/godaddypy/assets/22654658/07cb78d5-60f1-4194-acff-68af00ae09f0)

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.6.0 to 3.7.0. Release notes Sourced from pre-commit's releases. pre-commit v3.7.0 Features Use a tty for docker and docker_image hooks when --color is specified. #3122 PR by...

dependencies

Bumps [black](https://github.com/psf/black) from 23.12.1 to 24.3.0. Release notes Sourced from black's releases. 24.3.0 Highlights This release is a milestone: it fixes Black's first CVE security vulnerability. If you run Black...

dependencies

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.3 to 8.1.1. Release notes Sourced from pytest's releases. 8.1.1 pytest 8.1.1 (2024-03-08) ::: {.note} ::: {.title} Note ::: This release is not a usual bug fix...

dependencies

**Describe the bug** Failed to establish a new connection: [WinError 10051] 向一个无法连接的网络尝试了一个套接字操作。')) In the Chinese network, I must use a proxy to access godaddy . how can i use godaddypy...

Upgrade the CI checks to make sure we run the lint and testing jobs correctly.

I notice here that it _seems_ that one should be `GODADDY_API_KEY` and one should be `GODADDY_API_SECRET` - is this copy pasta? I actually have not used the package yet, I'm...