- HealthApiFp(configuration?): {
healthcheck(options?): Promise<((axios?, basePath?) => AxiosPromise<HealthcheckResponse>)>;
} Returns {
healthcheck(options?): Promise<((axios?, basePath?) => AxiosPromise<HealthcheckResponse>)>;
}
healthcheck:function
- healthcheck(options?): Promise<((axios?, basePath?) => AxiosPromise<HealthcheckResponse>)>
Parameters
Optional
options: RawAxiosRequestConfig
Returns Promise<((axios?, basePath?) => AxiosPromise<HealthcheckResponse>)>
HealthApi - functional programming interface