(http: HttpClient)
| 13 | private readonly orpc: OpenApiClient |
| 14 | |
| 15 | constructor(http: HttpClient) { |
| 16 | this.orpc = createOpenApiClient(http) |
| 17 | } |
| 18 | |
| 19 | async serverVersion(): Promise<ServerVersionResponse> { |
| 20 | return this.orpc.version.get() |
nothing calls this directly
no test coverage detected