src/gen/apis/VersionApi
VersionApiRequestFactory
no descriptionclass VersionApiRequestFactory extends BaseAPIRequestFactory getCode
get the version information for this serverpublic async getCode(_options?: Configuration): Promise<RequestContext> VersionApiResponseProcessor
class VersionApiResponseProcessor getCodeWithHttpInfo
Unwraps the actual response sent by the server from the response context and deserializes the response content to the expected objects paramsresponse Response returned by the server for a request to getCode throwsApiException if the response code was not in [200, 299]
public async getCodeWithHttpInfo(response: ResponseContext): Promise<HttpInfo<VersionInfo >>