uberfastman / yfpy

Python API wrapper for the Yahoo Fantasy Sports public API (supports NFL, NHL, MLB, and NBA).
https://pypi.org/project/yfpy/
GNU General Public License v3.0
163 stars 44 forks source link

feat: refactored get_response to allow for better rate control #37

Closed cuddebtj closed 11 months ago

cuddebtj commented 11 months ago

Moved retries and backoff into the init function for user control over request limitations.