📝 Add `cookies` support to `APIError` (#465)
Right now we support cookies in our API:
django-modern-rest/django_modern_rest/response.py
Lines 78 to 85 in ddfe907
But,
APIError does not allow to set any cookies:django-modern-rest/django_modern_rest/response.py
Lines 64 to 75 in ddfe907
This is unfortunate. We need to be able to do anything we can do with a regular response with
APIError.This is a really easy issue for first-timers, welcome :)
#enhancement #good_first_issue #help_wanted #django_modern_rest
sent via relator