revbot.js
Preparing search index...
CDNClient
Class CDNClient
Index
Constructors
constructor
Methods
post
Constructors
constructor
new
CDNClient
(
client
:
BaseClient
)
:
CDNClient
Parameters
client
:
BaseClient
Returns
CDNClient
Methods
post
post
<
T
>
(
url
:
string
,
data
:
FormData
)
:
Promise
<
T
>
POST request.
Type Parameters
T
Parameters
url
:
string
The URL for the request.
data
:
FormData
The request body.
Returns
Promise
<
T
>
The API response.
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
post
revbot.js
Loading...
POST request.