There are currently three modules in this repository:
- basic.py: basic functionality for calling the API.
- test_server.py: A mock-up of the API written as a BaseHTTPServer in python
- test_basic.py: A simple test script for basic.py using alternatively the live setup or the mock server
Files not included in this distribution that are used in live mode are
- "sessiontoken": must contain your session token.
- "appkey.regular": must contain your live application key.
- "appkey.delay": must contain your delayed application key.