January 2018
Intermediate to advanced
326 pages
7h 38m
English
We will write our RESTful Web Service by coding class-based views. We will take advantage of a set of generic views that we can use as our base classes for our class-based views to reduce the required code to the minimum and reuse the behavior that has been generalized in the Django REST framework.
We will create subclasses of the two following generic class views declared in the rest_framework.generics module: