You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this, like #190, is out-of-scope for Flask-Restless. It can be implemented by using, for example, Flask-Limiter, specifically by placing the decorator provided by that package around the view methods in Flask-Restless. (Decorating is itself another problem, since we currently do not have a way for users to provide arbitrary decorators for view methods; I will open a new issue for that.)
Like in issue #190, this should be described as an example in the documentation.
I think this, like #190, is out-of-scope for Flask-Restless. It can be implemented by using, for example, Flask-Limiter, specifically by placing the decorator provided by that package around the view methods in Flask-Restless. (Decorating is itself another problem, since we currently do not have a way for users to provide arbitrary decorators for view methods; I will open a new issue for that.)
Like in issue #190, this should be described as an example in the documentation.
No description provided.
The text was updated successfully, but these errors were encountered: