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

Method get

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

Source from the content-addressed store, hash-verified

83 RoleConstants.USER.get_workspace_role(),
84 RoleConstants.WORKSPACE_MANAGE.get_workspace_role())
85 def get(self, request: Request, workspace_id: str):
86 return result.success(
87 Query(data={'workspace_id': workspace_id, 'user_id': request.user.id}).list(request.query_params))
88
89 class Page(APIView):
90 authentication_classes = [TokenAuth]

Callers 7

postMethod · 0.45
getMethod · 0.45
putMethod · 0.45
putMethod · 0.45
innerMethod · 0.45
postMethod · 0.45
postMethod · 0.45

Calls 3

QueryClass · 0.90
successMethod · 0.45
listMethod · 0.45

Tested by

no test coverage detected