You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that in private_client.py the api_query method only returns the JSON data from the response object instead of the full response object. Is there a reason behind this?
My issue is that it would be useful to leverage the status code of the response to determine how to handle the response on the client. Currently, you would have to parse the JSON data for certain text in order to handle errors for example.
The text was updated successfully, but these errors were encountered:
I noticed that in
private_client.py
theapi_query
method only returns the JSON data from the response object instead of the full response object. Is there a reason behind this?My issue is that it would be useful to leverage the status code of the response to determine how to handle the response on the client. Currently, you would have to parse the JSON data for certain text in order to handle errors for example.
The text was updated successfully, but these errors were encountered: