aio-cooker-client 0.1.0

Creator: codyrutscher

Last updated:

Add to Cart

Description:

aiocookerclient 0.1.0

Cooker Client Python
Python (asyncio) client library for Quortex Cooker API.
Installation
This client can be installed by running pip install aio_cooker_client. It requires Python 3.7+ to run.
Usage
import aio_cooker_client

client = aio_cooker_client.CookerClient(
cooker_domain_name=DOMAIN_NAME,
client_id=CLIENT_ID,
client_secret=CLIENT_SECRET,
cache_ttl=120,
)

cred = client.get_credential()

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.