src/gen/apis/CoreApi

CoreApiRequestFactory

no description
class CoreApiRequestFactory extends BaseAPIRequestFactory 

getAPIVersions

get available API versions
public async getAPIVersions(_options?: Configuration): Promise<RequestContext> 

CoreApiResponseProcessor

class CoreApiResponseProcessor 

getAPIVersionsWithHttpInfo

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 getAPIVersions throws

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

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