Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 574 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 574 Bytes

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