T402 API Reference - v2.8.0
Website
Documentation
GitHub
Preparing search index...
extensions/src
QueryDiscoveryInfo
Interface QueryDiscoveryInfo
Discovery info for query parameter methods (GET, HEAD, DELETE)
interface
QueryDiscoveryInfo
{
input
:
{
type
:
"http"
;
method
:
QueryParamMethods
;
queryParams
?:
Record
<
string
,
unknown
>
;
headers
?:
Record
<
string
,
string
>
;
}
;
output
?:
{
type
?:
string
;
format
?:
string
;
example
?:
unknown
}
;
}
Index
Properties
input
output?
Properties
input
input
:
{
type
:
"http"
;
method
:
QueryParamMethods
;
queryParams
?:
Record
<
string
,
unknown
>
;
headers
?:
Record
<
string
,
string
>
;
}
Optional
output
output
?:
{
type
?:
string
;
format
?:
string
;
example
?:
unknown
}
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
input
output
Website
Documentation
GitHub
T402 API Reference - v2.8.0
Loading...
Discovery info for query parameter methods (GET, HEAD, DELETE)