Trello.js - API library
Preparing search index...
Client
Interface Client
interface
Client
{
sendRequest
<
T
>
(
requestConfig
:
RequestConfig
,
callback
?:
Callback
<
T
>
,
telemetryData
?:
any
,
)
:
Promise
<
T
>
;
sendRequest
<
T
>
(
requestConfig
:
RequestConfig
,
callback
:
Callback
<
T
>
,
telemetryData
?:
any
,
)
:
Promise
<
void
>
;
}
Implemented by
BaseClient
Index
Methods
send
Request
Methods
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
Methods
send
Request
Trello.js - API library
Loading...