Differences between viewset and apiview in django rest framework.
viewset comes with already implemented all method and extra action, for the APiview you have to define all method