MCPcopy Create free account
hub / github.com/langgenius/dify / constructor

Method constructor

cli/src/api/members.ts:21–23  ·  view source on GitHub ↗
(http: HttpClient)

Source from the content-addressed store, hash-verified

19 private readonly orpc: OpenApiClient
20
21 constructor(http: HttpClient) {
22 this.orpc = createOpenApiClient(http)
23 }
24
25 async list(workspaceId: string, q?: { page?: number, limit?: number }): Promise<MemberListResponse> {
26 return this.orpc.workspaces.byWorkspaceId.members.get({

Callers

nothing calls this directly

Calls 1

createOpenApiClientFunction · 0.90

Tested by

no test coverage detected