Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Rate-Limit headers #189

Open
jfinkels opened this issue Apr 24, 2013 · 3 comments
Open

Add Rate-Limit headers #189

jfinkels opened this issue Apr 24, 2013 · 3 comments

Comments

@jfinkels
Copy link
Owner

No description provided.

@jfinkels
Copy link
Owner Author

jfinkels commented May 8, 2013

@jfinkels
Copy link
Owner Author

jfinkels commented Mar 7, 2016

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.

@jfinkels
Copy link
Owner Author

jfinkels commented Mar 7, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant