Discussions
What is the best practice to impliment rate limiting api calls?
9 days ago by Isaac P
As it stands now, if there is a bug in a client code or even a malicious attempt, a single client can potentially overload the API and as such the rest of the platform which we have seen in real world settings.
What options do we have to rate limit requests?