Add rate limiting for any API calls

Review Request #8839 — Created March 24, 2017 and discarded — Latest diff uploaded

Information

Djblets
master

Reviewers

There's been a request to create a rate-limit for API calls. I have updated the ratelimit.py file that will allow rate limiting of API calls by either an authenticated user or an IP address.

None at the moment.

Changes between revision 10 and 11

orig
1
2
3
4
5
6
7
8
9
10
11
djblets/webapi/tests/test_api_ratelimit.py
Loading...