owendavies93 / mandyville-data

Data fetching, external API interaction and data storage for mandyville.
MIT License
1 stars 0 forks source link

Build rate-limiting into football-data API code #4

Closed owendavies93 closed 3 years ago

owendavies93 commented 3 years ago

Currently the caller has to deal with rate limiting. It'd be nicer if an instance of Mandyville::API::FootballData tracked the requests made to the API per minute and limited it automatically.