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

Method get

apps/application/views/application.py:159–163  ·  view source on GitHub ↗
(self, request: Request, workspace_id: str, application_id: str)

Source from the content-addressed store, hash-verified

157 get_operation_object=lambda r, k: get_application_operation_object(k.get('application_id')),
158 )
159 def get(self, request: Request, workspace_id: str, application_id: str):
160 return ApplicationOperateSerializer(
161 data={'application_id': application_id,
162 'workspace_id': workspace_id,
163 'user_id': request.user.id}).export()
164
165 class Operate(APIView):
166 authentication_classes = [TokenAuth]

Callers

nothing calls this directly

Calls 2

exportMethod · 0.45

Tested by

no test coverage detected