src/gen/apis/CoreApi
CoreApiRequestFactory
no descriptionclass CoreApiRequestFactory extends BaseAPIRequestFactory getAPIVersions
get available API versionspublic 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 throwsApiException if the response code was not in [200, 299]
public async getAPIVersionsWithHttpInfo(response: ResponseContext): Promise<HttpInfo<V1APIVersions >>