Preparing search index...
The search index is not available
@sodazone/ocelloids-client - v2.4.4
@sodazone/ocelloids-client
client
OcelloidsClientApi
Interface OcelloidsClientApi
General client API.
interface
OcelloidsClientApi
{
health
(
options
?:
Options
)
:
Promise
<
HealthResponse
>
;
networks
(
options
?:
Options
)
:
Promise
<
string
[]
>
;
}
Implemented by
OcelloidsAgentApi
OcelloidsClient
Index
Methods
health
networks
Methods
health
health
(
options
?:
Options
)
:
Promise
<
HealthResponse
>
Parameters
Optional
options
:
Options
Returns
Promise
<
HealthResponse
>
networks
networks
(
options
?:
Options
)
:
Promise
<
string
[]
>
Parameters
Optional
options
:
Options
Returns
Promise
<
string
[]
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
health
networks
@sodazone/ocelloids-client - v2.4.4
Loading...
General client API.