This library implements the ThoughtSpot V1 REST API as directly as possible. Each API endpoint is represented by a single method within the TSRestApiV1
class. Method and argument names closely match to the documented API endpoints, with a few minor changes are taken to make certain parameters more obvious for an end user.
To install the library, run this simple command in your terminal of choice:
$ python -m pip install thoughtspot_rest_api_v1_python
$ git clone https://github.com/thoughtspot/thoughtspot_rest_api_v1_python.git
Once you have a copy of the source, you can embed it in your own Python package, or install it into your site-packages easily:
$ cd thoughtspot_rest_api_v1_python
$ python -m pip install .