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
[ISSUE-1241] #1241, added propagation of advanced_mode flag for put, (#1243)
`post`, `patch`, and `delete` functions. Prior to this change, the
`advanced_mode` flag was only propagated to the `request` method for
`get` calls. The `advanced_mode` `requests.Response` object is very
useful in having code gracefully handle rate limit 429 responses from
the server since the response headers will include the necessary backoff
information that the client should use before making another request.
0 commit comments