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
Every API call returns a requests.Response instance, while this is convenient to get all the information about the HTTP response, it is also clunky to handle. The expectation is to respond with the data (dict) shortcutting the .json() method. Nevertheless, should the response provide access to the status code and headers.
The text was updated successfully, but these errors were encountered:
Every API call returns a
requests.Response
instance, while this is convenient to get all the information about the HTTP response, it is also clunky to handle. The expectation is to respond with the data (dict
) shortcutting the.json()
method. Nevertheless, should the response provide access to the status code and headers.The text was updated successfully, but these errors were encountered: