bigcommerce / bigcommerce-api-python

Python client library for Bigcommerce API
https://pypi.python.org/pypi/bigcommerce
MIT License
91 stars 82 forks source link

Automatic handling of OAuth rate limit #75

Closed bookernath closed 5 years ago

bookernath commented 5 years ago

What?

Adds the ability to pass a rate_limiting_management parameter when instantiating the client to automatically react to the rate limit for you. Supports a simple ability to sleep until the end of the rate limiting window, or supply your own callback function.