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
protectedaxios:AxiosInstance=globalAxios
Inherited from
BaseAPI.axios
basePath
protectedbasePath:string=BASE_PATH
Inherited from
BaseAPI.basePath
configuration
protectedconfiguration: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.