MCPcopy Create free account
hub / github.com/Dispatcharr/Dispatcharr / ProgramSearchPagination

Class ProgramSearchPagination

apps/epg/api_views.py:468–471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

466# 2) Program API (CRUD)
467# ─────────────────────────────
468class ProgramSearchPagination(PageNumberPagination):
469 page_size = 50
470 page_size_query_param = 'page_size'
471 max_page_size = 500
472
473
474class ProgramViewSet(viewsets.ModelViewSet):

Callers 1

searchMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected