The
Keeton Cloud
API
pip install git+https://github.com/mikeint0sh/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!