A Python SDK for the ClouDNS API
Project description
CloudNS SDK Documentation
Welcome to the CloudNS SDK documentation repository! This repository contains the Python SDK for interacting with the CloudNS API. It provides convenient methods to manage DNS records, zones, notifications, and more.
Installation
To install the CloudNS SDK, you can use pip:
pip install cloudns-sdk
Usage
The CloudNS SDK allows you to programmatically interact with the CloudNS API. Below are some examples of its usage:
from cloudns_sdk import ClouDNSAPI
# Initialize the API client
api = ClouDNSAPI(auth_id, auth_password)
# Example: Check login status
response = api.login()
print(response)
Replace auth-id
and auth-password
with actual values from your CloudNS account.
For detailed usage instructions and API reference, please refer to the full documentation.
Contributing
Contributions are welcome! Please fork the repository and submit pull requests.
Author
This SDK is maintained by Komal Paudyal.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file cloudns_sdk-0.1.0.tar.gz
.
File metadata
- Download URL: cloudns_sdk-0.1.0.tar.gz
- Upload date:
- Size: 20.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 501ff16d2f77850d15af779c1fb7a447d5fe384c6aa1c17e85516243b658df78 |
|
MD5 | ea4b471b5a8d14ad823308863bfa7975 |
|
BLAKE2b-256 | 1d7b436ac4c8c0b579b560d379e4a2afb068e2e2bdb3c6b865a6f17d040bc1f7 |