Preparing search index...
The search index is not available
GHL SDK - v1.1.6
GHL SDK
LinksClient
Class LinksClient
Hierarchy
GhlClient
LinksClient
Index
Constructors
constructor
Methods
update
remove
find
create
Constructors
constructor
new
LinksClient
(
accessToken
:
string
)
:
LinksClient
Parameters
accessToken
:
string
Returns
LinksClient
Methods
update
update
(
linkId
:
string
,
dto
:
UpdateLinkDto
)
:
Promise
<
LinkResponse
>
Parameters
linkId
:
string
dto
:
UpdateLinkDto
Returns
Promise
<
LinkResponse
>
remove
remove
(
linkId
:
string
)
:
Promise
<
SuccededDeleteResponse
>
Parameters
linkId
:
string
Returns
Promise
<
SuccededDeleteResponse
>
find
find
(
locationId
:
string
)
:
Promise
<
ListLinksResponse
>
Parameters
locationId
:
string
Returns
Promise
<
ListLinksResponse
>
create
create
(
dto
:
CreateLinkDto
)
:
Promise
<
LinkResponse
>
Parameters
dto
:
CreateLinkDto
Returns
Promise
<
LinkResponse
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
update
remove
find
create
GHL SDK - v1.1.6
Loading...