Preparing search index...
The search index is not available
@fishjam-dev/js-server-sdk
@fishjam-dev/js-server-sdk
index
HealthApiFactory
Function HealthApiFactory
Health
Api
Factory
(
configuration
?
,
basePath
?
,
axios
?
)
:
{
healthcheck
(
options
?
)
:
AxiosPromise
<
HealthcheckResponse
>
;
}
HealthApi - factory interface
Parameters
Optional
configuration
:
Configuration
Optional
basePath
:
string
Optional
axios
:
AxiosInstance
Returns
{
healthcheck
(
options
?
)
:
AxiosPromise
<
HealthcheckResponse
>
;
}
healthcheck
:
function
healthcheck
(
options
?
)
:
AxiosPromise
<
HealthcheckResponse
>
Parameters
Optional
options
:
any
Override http request option.
Returns
AxiosPromise
<
HealthcheckResponse
>
Summary
Describes the health of Fishjam
Throws
Export
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@fishjam-dev/js-server-sdk
Loading...
HealthApi - factory interface