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
* Update clientType and clientVersion, fixes#149
* Reduce number of times json() property is called, fixes#148
* Check if static access_token exists before developer token refresh, fixes#147
* Bump version to alpha9
Describe the bug
The requests
json()
property is used (rather irresponsibly) throughout the library.Expected behavior
The
json()
property should only be called when necessary.Current behavior
See description.
Possible solution
Reduce the number of times
json()
is called. One simple approach is to assign the output to a variable that can be reused within its scope.Steps to reproduce
n/a
Screenshots
Context
Your Environment
The text was updated successfully, but these errors were encountered: