Commit a633ce0
authored
`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.
1 parent 176da86 commit a633ce0
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
343 | 343 | | |
344 | 344 | | |
345 | 345 | | |
| 346 | + | |
346 | 347 | | |
347 | 348 | | |
348 | 349 | | |
| |||
379 | 380 | | |
380 | 381 | | |
381 | 382 | | |
| 383 | + | |
382 | 384 | | |
383 | 385 | | |
384 | 386 | | |
| |||
420 | 422 | | |
421 | 423 | | |
422 | 424 | | |
| 425 | + | |
423 | 426 | | |
424 | 427 | | |
425 | 428 | | |
| |||
457 | 460 | | |
458 | 461 | | |
459 | 462 | | |
| 463 | + | |
460 | 464 | | |
461 | 465 | | |
462 | 466 | | |
| |||
0 commit comments