@tillhub/javascript-sdk
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Legacy
Settings
constructor
endpoint
http
options
uri
Helper
get
get
All
update
Legacy
Setting
Legacy
Setting
Response
Legacy
Settings
Options
Legacy
Settings
Response
Hierarchy
LegacySettings
Index
Constructors
constructor
Properties
endpoint
http
options
uri
Helper
Methods
get
get
All
update
Constructors
constructor
new
Legacy
Settings
(
options
:
LegacySettingsOptions
, http
:
Client
)
:
LegacySettings
Parameters
options:
LegacySettingsOptions
http:
Client
Returns
LegacySettings
Properties
endpoint
endpoint
:
string
http
http
:
Client
options
options
:
LegacySettingsOptions
uri
Helper
uri
Helper
:
UriHelper
Methods
get
get
(
legacySettingId
:
string
)
:
Promise
<
LegacySettingResponse
>
Parameters
legacySettingId:
string
Returns
Promise
<
LegacySettingResponse
>
get
All
get
All
(
)
:
Promise
<
LegacySettingsResponse
>
Returns
Promise
<
LegacySettingsResponse
>
update
update
(
legacySettingId
:
string
, LegacySetting
:
LegacySetting
)
:
Promise
<
LegacySettingResponse
>
Parameters
legacySettingId:
string
LegacySetting:
LegacySetting
Returns
Promise
<
LegacySettingResponse
>
Generated using
TypeDoc