PyNamecheap
PyNamecheap copied to clipboard
Namecheap API client in Python.
```py api.domains_dns_delHost('example.com', { "RecordType": "A",
Good day, The function below is gining an error '' def test_domains_getList(): api = Api(username, api_key, username, ip_address, sandbox=True) iter(api.domains_getList())
Authentication fails to namecheap when trying to use any .net.au or .com.au TLD. Using .com or .net domains under same account with same code work no issues. `Hook command "/etc/letsencrypt/scripts/lexicon-namecheap.sh...
- Added `domains.getInfo` endpoint to check expiration status of domains. - Added optional keyword argument to Api class for proxying api requests. Useful in environments like Heroku where requests must...
The field EmailType must be without a number, so I removed the numbering for that field in the _list_of_dictionaries_to_numbered_payload function. As I'm submitting the PR, I realized that my editor...
Print out a JSON list of records for a domain. Implemented in this fork: https://github.com/Bemmu/PyNamecheap/compare/master...t94j0:master
This pull request includes a wide variety of improvements and additions to PyNamecheap, which makes the library more IDE friendly (type annotations), and more flexible (user specifiable extra payload kwargs...
I am trying to write a script that lists all the domains I have registered. When I run the script: * I get a text with the raw request and...