coffeepenbit / bookstack

A Python wrapper for BookStack's API
MIT License
23 stars 8 forks source link

Add Rate limiting support. #13

Closed martijndegouw closed 2 months ago

martijndegouw commented 2 months ago

By default the api of bookstack is protected with a rate limit. Using Requests-Ratelimiter allows obeying this rate limit. In case the server and client get out of sync, a 429 is handled by retrying once.