Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
honua
HonuaServicesResponse
Interface HonuaServicesResponse
Response from
listServices()
— the REST services directory.
interface
HonuaServicesResponse
{
cache
?:
HonuaCacheState
;
currentVersion
?:
number
;
folders
?:
string
[]
;
services
?:
{
name
:
string
;
type
:
string
;
}
[]
;
}
Index
Properties
cache?
current
Version?
folders?
services?
Properties
Optional
cache
cache
?:
HonuaCacheState
Optional
current
Version
current
Version
?:
number
Optional
folders
folders
?:
string
[]
Optional
services
services
?:
{
name
:
string
;
type
:
string
;
}
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cache
current
Version
folders
services
@honua/sdk-js
Loading...
Response from
listServices()— the REST services directory.