Function HealthApiFp

  • HealthApi - functional programming interface

    Export

    Parameters

    Returns {
        getHealth(options?) => Promise<((axios?, basePath?) => AxiosPromise<HealthOutput>)>;
    }

    • getHealth:function
      • Retrieves the details of the API’s Health. Note: a 503 HTTP response code will be returned for the fail status.

        Summary

        Get the Overall Health of the API

        Throws

        Parameters

        • Optional options: RawAxiosRequestConfig<any>

          Override http request option.

        Returns Promise<((axios?, basePath?) => AxiosPromise<HealthOutput>)>

Generated using TypeDoc