/complice-api

Python wrapper for the Complice API

Primary LanguagePythonMIT LicenseMIT

complice-api

Python wrapper for the Complice API.

🚧 The Complice API is in early alpha mode. Use at your own risk.

Installation

pip install complice-api

Usage

from complice import CompliceAPI

# replace with your auth token, found at https://complice.co/apiclient/docs
complice = CompliceAPI('<AUTH_TOKEN>') 

complice.get_goals()

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT