Search
Preparing search index...
The search index is not available
helyOS-JavaScript-SDK
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
helyOS-JavaScript-SDK
<internal>
EXTERNALSERVICES
Class EXTERNALSERVICES
Hierarchy
EXTERNALSERVICES
Index
Constructors
constructor
Properties
fetching
get
Action
Promise
get
Ext
Services
Promise
Methods
create
delete
get
list
patch
Constructors
constructor
new EXTERNALSERVICES
(
client
:
any
, socket
:
any
)
:
EXTERNALSERVICES
Parameters
client:
any
socket:
any
Returns
EXTERNALSERVICES
Properties
fetching
fetching
:
boolean
get
Action
Promise
get
Action
Promise
:
any
get
Ext
Services
Promise
get
Ext
Services
Promise
:
any
Methods
create
create
(
service
:
Partial
<
H_Service
>
)
:
Promise
<
any
>
Parameters
service:
Partial
<
H_Service
>
Returns
Promise
<
any
>
delete
delete
(
serviceId
:
string
)
:
Promise
<
any
>
Parameters
serviceId:
string
Returns
Promise
<
any
>
get
get
(
serviceId
:
string
)
:
Promise
<
H_Service
>
Parameters
serviceId:
string
Returns
Promise
<
H_Service
>
list
list
(
condition
:
Partial
<
H_Service
>
)
:
Promise
<
any
>
Parameters
condition:
Partial
<
H_Service
>
Returns
Promise
<
any
>
patch
patch
(
data
:
Partial
<
H_Service
>
)
:
Promise
<
any
>
Parameters
data:
Partial
<
H_Service
>
Returns
Promise
<
any
>
Exports
<internal>
Data
Proxy
Http
Link
EXTERNALSERVICES
constructor
fetching
get
Action
Promise
get
Ext
Services
Promise
create
delete
get
list
patch
Generated using
TypeDoc