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
We've added a lot of OAuth2 authorization flow tools, which has necessitated a change to the APIClient constructor signature.
You can now either initialize the client with a valid OAuth2 access token, or with your client secret and redirect url to generate a valid access token (following the OAuth2 authorization_code flow).
You can see the changelog and the main breaking changes are a result of #214.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We've added a lot of OAuth2 authorization flow tools, which has necessitated a change to the APIClient constructor signature.
You can now either initialize the client with a valid OAuth2 access token, or with your client secret and redirect url to generate a valid access token (following the OAuth2
authorization_code
flow).You can see the changelog and the main breaking changes are a result of #214.
Beta Was this translation helpful? Give feedback.
All reactions