Skip to content

lively-ops/cloudns_sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.


About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages