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

Method get

apps/plugins/api_views.py:824–826  ·  view source on GitHub ↗
(self, request)

Source from the content-addressed store, hash-verified

822 responses={200: PluginRepoSerializer(many=True)},
823 )
824 def get(self, request):
825 repos = PluginRepo.objects.all()
826 return Response(PluginRepoSerializer(repos, many=True).data)
827
828 @extend_schema(
829 description="Add a new plugin repository by manifest URL. Fetches and validates the manifest immediately.",

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected