jsocol/django-ratelimit

Documentation for custom get_usage / is_rate_limited needed.

Open

#309 geöffnet am 13. Nov. 2023

Auf GitHub ansehen
 (1 Kommentar) (1 Reaktion) (0 zugewiesene Personen)Python (180 Forks)batch import
help wanted

Repository-Metriken

Stars
 (904 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

I am looking to do some conditional rate limiting , and I see the documentation about customizing get_usage and is_ratelimited. It' not clear how to use these methods after customization. Do you still call them using the decorator? Are there any examples?

Contributor Guide