drf-api-tracking
drf-api-tracking copied to clipboard
how to use with function based views?
The documentation mentions the use of mixins that can only be used by the class-based views. Is there a way of using this with function-based views?
I would also be interested to know if we can use it with function based views? My API has been developed with these and it would be a huge mission to convert everything.