Skip to content

Releases: thoughtspot/thoughtspot_rest_api_v1_python

v.1.8.7

27 Aug 19:59
79dd896
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

v.1.7.0

03 Jun 14:58
ab713f8
Compare
Choose a tag to compare

Change to TSRestApiV1.metadata_tml_import() - when using 'JSON' (default) input, every object is now dumped to string individually before being wrapped into a final JSON array format. Use formattype='JSON_STR' if you are inputting already stringified JSON, or 'YAML' for a YAML string.

v.1.6.0

31 May 12:14
5bab6b9
Compare
Choose a tag to compare

Added set_tcp_keep_alive_adaptor() method to TSRestApiV1 and TSRestApiV2 classes. Use get_default_tcp_keep_alive_adaptor() to get a default version of the correct object to pass in or look at the requests_toolbelt documentation for other settings to do. This is a fix for situations with very long-running connections such as large TML imports.

v.1.5.7

21 Mar 20:21
Compare
Choose a tag to compare

Updates to include all the newer endpoints in the V2.0 library, plus modifications to a few older endpoints with added parameters