Skip to content

Releases: thoughtspot/thoughtspot_rest_api_python

v.2.0.3

10 Dec 12:48
f41f470

Choose a tag to compare

Version 2.0.3 adds methods for all the endpoints available up to ThoughtSpot 10.15 release

v.2.0.2

08 Dec 15:36
307ccd7

Choose a tag to compare

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

07 Oct 18:57
fd72c2c

Choose a tag to compare

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

27 Aug 19:59
79dd896

Choose a tag to compare

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

30 Jun 10:52
37cd324

Choose a tag to compare

Incorporates 1.8.5 and 6 to provide useful update_obj_id endpoint and examples

v.1.8.4

26 Mar 19:56
b917a04

Choose a tag to compare

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

13 Nov 21:44
39ff310

Choose a tag to compare

Updates to make some arguments optional, as well as adding new endpoints that come out in 10.4

v.1.8.1

04 Nov 15:45
7a307c0

Choose a tag to compare

Added the bearer token methods from V2 class to V1 class since it works for both

v.1.8.0

04 Nov 12:30
abd997f

Choose a tag to compare

Updating to 1.8 series to reflect new endpoints in upcoming 10.4 release

v.1.7.2

30 Aug 13:44

Choose a tag to compare

A fix in TSRestApiV1.group_users_post() to handle response correctly, was looking for JSON in body and causing and exception