thoughtspot / thoughtspot_rest_api_v1_python

Python implementations of ThoughtSpot REST APIs V1 and V2
Other
3 stars 6 forks source link

JSONDecodeError fix #7

Closed OTFlorian closed 2 years ago

OTFlorian commented 2 years ago

Returning response.json() throws a requests.exceptions.JSONDecodeError exception in several methods. Therefore, I removed the return statements from the ones that I tried (user_groups__post, user_groups__delete and user__put).

SBSDataLabs commented 2 years ago

Is this PR getting merged? Or is there a better way to deal with the exceptions?