Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Setup guide

  • Set your customer ID and credentials as environment variables named CUSTOMERID, CLIENTID and SECRET, respectively. You can also use a .env file. See api_settings.py for details.
  • Requires Python 3
  • Requires package requests_oauthlib:
$ pip install requests-oauthlib
c:> pip install requests-oauthlib
  • Run the sample app:
$ python sampleapp.py
c:> python sampleapp.py