@tillhub/javascript-sdk
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Service
Creation
Failed
Service
Put
Failed
Services
constructor
endpoint
http
options
uri
Helper
base
Endpoint
create
put
Service
Response
Services
Object
Services
Options
Hierarchy
ThBaseHandler
Services
Index
Constructors
constructor
Properties
endpoint
http
options
uri
Helper
base
Endpoint
Methods
create
put
Constructors
constructor
new
Services
(
options
:
ServicesOptions
, http
:
Client
)
:
Services
Parameters
options:
ServicesOptions
http:
Client
Returns
Services
Properties
endpoint
endpoint
:
string
http
http
:
Client
options
options
:
ServicesOptions
uri
Helper
uri
Helper
:
UriHelper
Static
base
Endpoint
base
Endpoint
:
string
= '/api/v0/services'
Methods
create
create
(
service
:
ServicesObject
)
:
Promise
<
ServiceResponse
>
Parameters
service:
ServicesObject
Returns
Promise
<
ServiceResponse
>
put
put
(
serviceId
:
string
, service
:
ServicesObject
)
:
Promise
<
ServiceResponse
>
Parameters
serviceId:
string
service:
ServicesObject
Returns
Promise
<
ServiceResponse
>
Generated using
TypeDoc