Skip to content

Instantly share code, notes, and snippets.

@esseti
Last active May 31, 2016 09:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save esseti/ba5e13ac0d46f999e27f2b2a5030f309 to your computer and use it in GitHub Desktop.
Save esseti/ba5e13ac0d46f999e27f2b2a5030f309 to your computer and use it in GitHub Desktop.
#step 1: install library
(sudo) pip install git+https://github.com/chinoio/chino-python.git
#step 0 create chino wrapper
from chino.api import ChinoAPIClient
customer_id="<your custimer id>"
customer_key="<your cutomer key>"
url = "https://api.test.chino.io"
chino = ChinoAPIClient(customer_id=customer_id, customer_key=customer_key,url=url)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment