What are the difference between APIView class and viewsets class ? I am following Django REST-framework official documentation. I think it lac
Viewsets and APIView both allow us to write logic for end point but Viewsets dont define functions which map to HTTP methods instead map to common API object actions