src/gen/apis/VersionApi

VersionApiRequestFactory

no description
class VersionApiRequestFactory extends BaseAPIRequestFactory 

getCode

get the version information for this server
public 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 throws

ApiException if the response code was not in [200, 299]

public async getCodeWithHttpInfo(response: ResponseContext): Promise<HttpInfo<VersionInfo >> 
Start typing to search the documentation Press ESC to close