jsocol/django-ratelimit

Documentation for custom get_usage / is_rate_limited needed.

Open

#309 aberto em 13 de nov. de 2023

Ver no GitHub
 (1 comment) (1 reaction) (0 assignees)Python (180 forks)batch import
help wanted

Métricas do repositório

Stars
 (904 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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?

Guia do colaborador