I'm building a REST API using Flask and connexion. (Python)
I'm adding the api to the connexion app using a swagger.yml file that contains the definitions of all the endpoints, methods, etc...
The question is, how can I add a rate limit on a specific resource/route/call ?
I can't seem to find it in the documentation.
Thanks.