Trello.js - API library
Preparing search index...
TrelloClient
Class TrelloClient
Hierarchy (
View Summary
)
BaseClient
TrelloClient
Index
Constructors
constructor
Properties
actions
applications
batch
boards
cards
checklists
custom
Fields
emoji
enterprises
labels
lists
members
notifications
organizations
plugins
search
tokens
webhooks
Methods
encode
param
Serializer
send
Request
Constructors
constructor
new
TrelloClient
(
config
:
Config
)
:
TrelloClient
Parameters
config
:
Config
Returns
TrelloClient
Properties
actions
actions
:
Actions
= ...
applications
applications
:
Applications
= ...
batch
batch
:
Batch
= ...
boards
boards
:
Boards
= ...
cards
cards
:
Cards
= ...
checklists
checklists
:
Checklists
= ...
custom
Fields
customFields
:
CustomFields
= ...
emoji
emoji
:
Api
.
Emoji
= ...
enterprises
enterprises
:
Enterprises
= ...
labels
labels
:
Labels
= ...
lists
lists
:
Lists
= ...
members
members
:
Members
= ...
notifications
notifications
:
Notifications
= ...
organizations
organizations
:
Organizations
= ...
plugins
plugins
:
Plugins
= ...
search
search
:
Search
= ...
tokens
tokens
:
Tokens
= ...
webhooks
webhooks
:
Webhooks
= ...
Methods
Protected
encode
encode
(
value
:
string
)
:
string
Parameters
value
:
string
Returns
string
Protected
param
Serializer
paramSerializer
(
parameters
:
Record
<
string
,
any
>
)
:
string
Parameters
parameters
:
Record
<
string
,
any
>
Returns
string
send
Request
sendRequest
<
T
>
(
requestConfig
:
RequestConfig
,
callback
?:
Callback
<
T
>
,
telemetryData
?:
any
,
)
:
Promise
<
T
>
Type Parameters
T
Parameters
requestConfig
:
RequestConfig
Optional
callback
:
Callback
<
T
>
Optional
telemetryData
:
any
Returns
Promise
<
T
>
sendRequest
<
T
>
(
requestConfig
:
RequestConfig
,
callback
:
Callback
<
T
>
,
telemetryData
?:
any
,
)
:
Promise
<
void
>
Type Parameters
T
Parameters
requestConfig
:
RequestConfig
callback
:
Callback
<
T
>
Optional
telemetryData
:
any
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
actions
applications
batch
boards
cards
checklists
custom
Fields
emoji
enterprises
labels
lists
members
notifications
organizations
plugins
search
tokens
webhooks
Methods
encode
param
Serializer
send
Request
Trello.js - API library
Loading...