Monday 27 April 2020

Making multiple GET requests to an API that limits the number of calls per minute to 100

What are the options to make multiple GET requests to an API that limits the number of calls per minute to 100? I need to get a lot of records from an API and I've found that it's easy to exceed this amount without receiving all of the data I need.For example, is it possible to make a request, get the response, and then wait for a second before making another request? If so, what is the best way to manage this?

Submitted April 27, 2020 at 05:32PM by xiii_xiii_xiii

No comments:

Post a Comment