From 15132fefbdd4b0ab51ebd4cda6a8b98eb16494fb Mon Sep 17 00:00:00 2001 From: "bryant.howell" Date: Wed, 8 Oct 2025 10:32:29 -0500 Subject: [PATCH] Test update of README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 64066ec..211fd50 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ The package will transition to just `thoughtspot_rest_api / thoughtspot-rest-api The repository itself will switch to a public / private mirror system at this time as well, which will break existing watching / forks. + + # README `thoughtspot_rest_api_v1` library implements the ThoughtSpot public REST APIs as directly as possible. It is not a "full SDK" with representation of each request and response type, but rather uses Python's Lists and Dicts for input and output.