OneSDK
Preparing search index...
types/Plugin
PluginRequest
Interface PluginRequest
interface
PluginRequest
{
body
?:
any
;
method
:
"GET"
|
"POST"
|
"PUT"
|
"DELETE"
;
params
:
{
[
key
:
string
]:
string
}
;
url
:
string
;
}
Index
Properties
body?
method
params
url
Properties
Optional
body
body
?:
any
method
method
:
"GET"
|
"POST"
|
"PUT"
|
"DELETE"
params
params
:
{
[
key
:
string
]:
string
}
url
url
:
string
Settings
Theme
OS
Light
Dark
On This Page
Properties
body
method
params
url
OneSDK
Loading...