Releases: thoughtspot/thoughtspot_rest_api_python
v.2.0.3
v.2.0.2
Updates /template/variable/update-values endpoint as method template_variables_update_values(). Also is a release with the changed Python package name to thoughtspot_rest_api , although this happened with previous 2.0.0 and 2.0.1 releases that weren't tagged here.
v.1.8.8
Updated to 1.8.8 with final version notice for this package name.
Future releases will be under the thoughtspot_rest_api / thoughtspot-rest-api names
Added metadata_parameterize and metadata_unparameterize methods to TSRestApiV2
v.1.8.7
Adds in the endpoints for variables, publish and unpublish. Added accept_language property to TSRestAPIV2 to allow setting the headers for all subsequent requests.
v.1.8.6
Incorporates 1.8.5 and 6 to provide useful update_obj_id endpoint and examples
v.1.8.4
Added all the 10.6 endpoints and updated the whole set where new arguments had been added. This version was already available on PyPi
v.1.8.2
Updates to make some arguments optional, as well as adding new endpoints that come out in 10.4
v.1.8.1
Added the bearer token methods from V2 class to V1 class since it works for both
v.1.8.0
Updating to 1.8 series to reflect new endpoints in upcoming 10.4 release
v.1.7.2
A fix in TSRestApiV1.group_users_post() to handle response correctly, was looking for JSON in body and causing and exception