MCPcopy Create free account
hub / github.com/codemistic/Web-Development / ApiBooksListView

Class ApiBooksListView

locallibrary/catalog/views.py:95–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 page_size_query_param = 'page_size'
94 max_page_size = 4
95class ApiBooksListView(ListAPIView):
96 queryset = Book.objects.all()
97 serializer_class = BookSerializer
98 pagination_class = StandardResultsSetPagination

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected