
Hi,
I had a few questions regarding the best practices when using your api.
I'm basically only calling the /episodes and /shows endpoints,
I read in the docs that for popular endpoints such as these the rate limit of 20 calls/10s could be avoided.
- Does that mean that I can use the api while only worrying about handling the 429 response?
- Or should I always add a delay between each call? if so how much would you suggest?
- Is a +2sec wait increment for each consecutive 429 enough?
Thanks!