Trello.js - API library
Preparing search index...
BaseClient
Class BaseClient
Hierarchy (
View Summary
)
BaseClient
TrelloClient
Implements
Client
Index
Constructors
constructor
Methods
encode
param
Serializer
send
Request
Constructors
constructor
new
BaseClient
(
config
:
Config
)
:
BaseClient
Parameters
config
:
Config
Returns
BaseClient
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
Methods
encode
param
Serializer
send
Request
Trello.js - API library
Loading...