Function HealthApiAxiosParamCreator
- HealthApiAxiosParamCreator(configuration?): {
healthcheck: ((options?) => Promise<RequestArgs>);
} Returns {
healthcheck: ((options?) => Promise<RequestArgs>);
}
healthcheck: ((options?) => Promise<RequestArgs>)
- (options?): Promise<RequestArgs>
Parameters
Optional
options: RawAxiosRequestConfig = {}
Returns Promise<RequestArgs>
HealthApi - axios parameter creator