MetricsApi
MetricsApi - object-oriented interface
Export
MetricsApi
Extends
BaseAPI
Constructors
new MetricsApi()
new MetricsApi(
configuration
?,basePath
?,axios
?):MetricsApi
Parameters
configuration?
basePath?
string
= BASE_PATH
axios?
AxiosInstance
= globalAxios
Returns
Inherited from
BaseAPI.constructor
Properties
axios
protected
axios:AxiosInstance
=globalAxios
Inherited from
BaseAPI.axios
basePath
protected
basePath:string
=BASE_PATH
Inherited from
BaseAPI.basePath
configuration
protected
configuration:undefined
|Configuration
Inherited from
BaseAPI.configuration
Methods
apiV1MetricsLatencyGet()
apiV1MetricsLatencyGet(
options
?):Promise
<AxiosResponse
<LatencyResponse
>>
Parameters
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise
<AxiosResponse
<LatencyResponse
>>
Throws
Memberof
MetricsApi
Found a mistake? Let us know.