• HealthApi - axios parameter creator

    Parameters

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

    • healthcheck: ((options?) => Promise<RequestArgs>)

      Summary

      Describes the health of Fishjam

      Throws

        • (options?): Promise<RequestArgs>
        • Parameters

          • Optional options: RawAxiosRequestConfig = {}

            Override http request option.

          Returns Promise<RequestArgs>

    Export