-
CatThoughts-001: Final Exam Scenario: You're looking to create an app that queries a web API for data, and that API has a rate limit of 10 requests/10 seconds(req/s), or 500 requests/10 minutes(req/m). The caveat is that the API doesn't return any indication of your …