Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 324 Bytes

File metadata and controls

17 lines (13 loc) · 324 Bytes

Setup guide

  • Edit api_settings.py and supply your client credentials + customer id.
  • 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