I'm using giphy API for get GIF stickers but I'm kind of confusion with giphy API guide on rate limiting mention over here:
https://developers.giphy.com/docs/#response-codes
I will get 429(Response Code) when my API key rate limits exceed. I have to manage 429 HTTP status code.
But I don't know, how many request I can in giphy API for demo mode and production mode?
Thank you