MCPcopy Index your code
hub / github.com/1Panel-dev/MaxKB / get

Method get

apps/application/views/application.py:305–309  ·  view source on GitHub ↗
(self, request: Request)

Source from the content-addressed store, hash-verified

303 tags=[_("Application")] # type: ignore
304 )
305 def get(self, request: Request):
306 return result.success(ApplicationSerializer.StoreApplication(data={
307 'user_id': request.user.id,
308 'name': request.query_params.get('name', ''),
309 }).get_appstore_templates())
310
311 class BatchDelete(APIView):
312 authentication_classes = [TokenAuth]

Callers

nothing calls this directly

Calls 3

successMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected