Pro tip: If you’re getting slammed with http 429, check if the API has a bulk endpoint.
Sometimes you can batch requests and cut down on calls. Slack’s API does this, for example.
Also, tools like Apigee or Kong can help manage rate limits on your side before the API even sees ‘em.
Sometimes you can batch requests and cut down on calls. Slack’s API does this, for example.
Also, tools like Apigee or Kong can help manage rate limits on your side before the API even sees ‘em.
