CityofSantaMonica / mds-provider

Python tools for working with MDS Provider data
https://github.com/openmobilityfoundation/mobility-data-specification
MIT License
18 stars 20 forks source link

Support API client time-based rate limits #53

Closed thekaveman closed 5 years ago

thekaveman commented 5 years ago

The current API client implementation follows paging links immediately upon processing the current page. In some cases, it may be desirable to introduce a pause between subsequent paging requests.