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

Method constructor

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

Source from the content-addressed store, hash-verified

21 private readonly orpc: OpenApiClient
22
23 constructor(http: HttpClient) {
24 this.orpc = createOpenApiClient(http)
25 }
26
27 async list(q: ListQuery): Promise<AppListResponse> {
28 return this.orpc.apps.get({

Callers

nothing calls this directly

Calls 1

createOpenApiClientFunction · 0.90

Tested by

no test coverage detected