DRF-API-Logger icon indicating copy to clipboard operation
DRF-API-Logger copied to clipboard

storing user, view, view method,

Open mimustafa opened this issue 1 year ago • 2 comments

It would be a good enhancement if there is user id, view (e.g. apps.abc.XYZViewSet), view method (List), stored in the database as well. Also if the API is divided into Host, Path,Query Parmas/data (that what is in body now).

mimustafa avatar Jan 16 '24 16:01 mimustafa

Added in #90 pull request. "Body" is the payload which we send during making a request.

rkisdp avatar Feb 01 '24 10:02 rkisdp

I tried https://github.com/django-request/django-request and it does exactly what you want.

stardust85 avatar Jul 26 '24 12:07 stardust85