ModelViewSets: views, but for endpoint data

Lesson#4 of 10 in topic Theory

ViewSet (or ModelViewSet) is a just a configuration for how to display, validate and access (permission level) your model in API:

See examples of ModelViewSet