Added optional feature to use Djblet's WebAPIResourceRateLimitMixin to rate limit API calls

Review Request #8868 — Created April 3, 2017 and discarded — Latest diff uploaded

Information

Review Board
master

Reviewers

Review Board needs the option to allow rate limits for any API
requests (see review request 8839 for more details).
This is done by allowing the user to override Djblet's
WebAPIResourceRateLimitMixin class.

The test for the WebAPIResourceRateLimitMixin class can be found
in review request 8839. However, one test has been added in
webapi/tests/test_base.py

    Loading...