@tillhub/javascript-sdk
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Tags
constructor
endpoint
http
options
uri
Helper
base
Endpoint
create
get
get
All
meta
put
Tag
Tag
Response
Tags
Options
Tags
Query
Tags
Response
Hierarchy
ThBaseHandler
Tags
Index
Constructors
constructor
Properties
endpoint
http
options
uri
Helper
base
Endpoint
Methods
create
get
get
All
meta
put
Constructors
constructor
new
Tags
(
options
:
TagsOptions
, http
:
Client
)
:
Tags
Parameters
options:
TagsOptions
http:
Client
Returns
Tags
Properties
endpoint
endpoint
:
string
http
http
:
Client
options
options
:
TagsOptions
uri
Helper
uri
Helper
:
UriHelper
Static
base
Endpoint
base
Endpoint
:
string
= '/api/v0/tags'
Methods
create
create
(
tag
:
Tag
)
:
Promise
<
TagResponse
>
Parameters
tag:
Tag
Returns
Promise
<
TagResponse
>
get
get
(
tagId
:
string
)
:
Promise
<
TagResponse
>
Parameters
tagId:
string
Returns
Promise
<
TagResponse
>
get
All
get
All
(
query
?:
TagsQuery
)
:
Promise
<
TagsResponse
>
Parameters
Optional
query:
TagsQuery
Returns
Promise
<
TagsResponse
>
meta
meta
(
)
:
Promise
<
TagsResponse
>
Returns
Promise
<
TagsResponse
>
put
put
(
tagId
:
string
, tag
:
Tag
)
:
Promise
<
TagResponse
>
Parameters
tagId:
string
tag:
Tag
Returns
Promise
<
TagResponse
>
Generated using
TypeDoc