-
Notifications
You must be signed in to change notification settings - Fork 341
Open
Labels
questionFurther information is requestedFurther information is requested
Description
Any advise on a working rate limiter for flask-restx?
I was trying to integrate flask-limiter in flask-restx, but apparently the recent versions require Flask>2.0.0 which becomes incompatible. I even tried using the version 1.5 which is the 1.x branch latest release, but for some reason I am unable to use the decorator for rate granularity, it only works with the default rate on the constructor. I assume this is because of the way requests are organized onto classes in flask-restx and not direct routes or blueprints like the native Flask.
Appreciate your time!
Thank you.
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested