vishalanandl177 / DRF-API-Logger

An API Logger for your Django Rest Framework project.
https://github.com/vishalanandl177/DRF-API-Logger
Apache License 2.0
308 stars 56 forks source link

storing user, view, view method, #88

Open mimustafa opened 9 months ago

mimustafa commented 9 months ago

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).

rkisdp commented 8 months ago

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

stardust85 commented 3 months ago

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