forked from alzeih/python-metaname
-
Notifications
You must be signed in to change notification settings - Fork 0
A python JSON-RPC client for the Metaname API
License
encodeltd/python-metaname
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
python-metaname A python JSON-RPC client for the Metaname API Documentation for the Metaname API is at: https://metaname.net/api/1.1/doc Usage: >>> client = Client("account_reference", "api_key") >>> client.domain_names() >>> client.dns_zone("example.com") >>> client.create_dns_record("example.com", {"name":"www", "type":"A", "aux":None, "ttl":86400, "data":"93.184.216.119"}) License: See LICENSE.
About
A python JSON-RPC client for the Metaname API
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Python 100.0%