Finite State Python SDK
Documentation
NEVER commit your CLIENT_ID
and CLIENT_SECRET
to your source code repository!
License
Finite State Python SDK is released under the MIT license. See LICENSE.
Installing
$ pip install finite-state-sdk
Using
import finite_state_sdk
token = finite_state_sdk.get_auth_token(CLIENT_ID, CLIENT_SECRET)
Examples
Examples can be found in the SDK Github repository: https://github.com/FiniteStateInc/finite-state-sdk-python.
Contributions and Requests
Feel free to submit pull requests or Issues via Github. If you have feature requests for the SDK, you can submit them as an Issue or contact your Finite State representative.