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

Method get

apps/channels/api_views.py:3993–3994  ·  view source on GitHub ↗
(self, request)

Source from the content-addressed store, hash-verified

3991 description="Retrieve all configured DVR series recording rules.",
3992 )
3993 def get(self, request):
3994 return Response({"rules": CoreSettings.get_dvr_series_rules()})
3995
3996 @extend_schema(
3997 summary="Create or update a series rule",

Callers 15

get_querysetMethod · 0.45
listMethod · 0.45
regex_previewMethod · 0.45
get_filter_optionsMethod · 0.45
get_by_idsMethod · 0.45
paginate_querysetMethod · 0.45
createMethod · 0.45
get_querysetMethod · 0.45
edit_bulkMethod · 0.45
bulk_regex_renameMethod · 0.45
set_names_from_epgMethod · 0.45

Calls 1

get_dvr_series_rulesMethod · 0.80

Tested by

no test coverage detected