Suggestion for Middleware to Enforce Rate Limiting in `HttpApiClient`
Been thinking about this for a bit, and want to get some feedback. I think we need some middleware for
HttpApiClient. My use case is enforcing the rate limit client side, I don't want to make more than 100 requests every 20 seconds.