The
Keeton Cloud
API
pip install keetoncloud
Successfully installed keetoncloud
python3
from keetoncloud import api as kc_api
result = kc_api.get('hello')
print(result.data)
Hello world and welcome to The Keeton Cloud!