Function HealthApiAxiosParamCreator

  • HealthApi - axios parameter creator

    Export

    Parameters

    Returns {
        getHealth: ((options?) => Promise<RequestArgs>);
    }

    • getHealth: ((options?) => Promise<RequestArgs>)
        • (options?): Promise<RequestArgs>
        • 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<RequestArgs>

Generated using TypeDoc