• HealthApi - functional programming interface

    Parameters

    Returns {
        healthcheck(options?): Promise<((axios?, basePath?) => AxiosPromise<HealthcheckResponse>)>;
    }

    • healthcheck:function
      • Parameters

        • Optional options: RawAxiosRequestConfig

          Override http request option.

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

        Summary

        Describes the health of Fishjam

        Throws

    Export