(http: HttpClient)
| 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({ |
nothing calls this directly
no test coverage detected