Skip to content

limiter v2#243

Open
zhufengthehemera wants to merge 7 commits intopre-release/v0.6.0from
feature/api-rate-limit
Open

limiter v2#243
zhufengthehemera wants to merge 7 commits intopre-release/v0.6.0from
feature/api-rate-limit

Conversation

@zhufengthehemera
Copy link
Contributor

No description provided.

@explorer_namespace.route("/v1/some_resource")
class SomeResource(Resource):
@require_api_key
@limiter_v2.limit(get_limits, cost=2, override_defaults=False)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this limit apply per api key?

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants