yoyowallet/django-idempotency-key
Allows view/viewset functions to use idempotency keys and automatically return the same data if called multiple times.
PythonMIT
Issues
- 0
Django 5.0/5.1 support
#62 opened by timabbott - 1
Decorator and class based views
#52 opened by adrian-martinez-dev - 1
- 1
[Question] when you say return the same data, you mean for GET requests only right?
#36 opened by simkimsia - 2
Update the latest version in Pypip
#34 opened by matheuslins - 3
Django 3 support
#29 opened by expresspotato - 3
idempotency_key_manual is returning 409 conflict, not the response stored in the cache
#25 opened by apachunuri-blink - 2
Redis module is required by default
#14 opened by SteveHere