Skip to content

ans-group/sdk-python

Repository files navigation

sdk-python

Python interface for the UKFast APIs.

Documentation

sdk-python Documentation
UKFast API Documentation

Quick Start

from UKFastAPI.SafeDNS import SafeDns

safedns = SafeDns('TOKEN') # Can instead be automatically retrieved from an environment variable named UKF_API_KEY.

print(safedns.zones.list())

Building Package

pip install wheel
python setup.py bdist_wheel
pip install dist/UKFastAPI*

Currently Supported APIs

  • SafeDNS

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages