@valon-technologies/gestalt
Preparing search index...
client
PublicMethodHttp
Interface PublicMethodHttp
interface
PublicMethodHttp
{
verb
:
"POST"
|
"GET"
|
"PUT"
|
"PATCH"
|
"DELETE"
;
path
:
string
;
body
:
string
;
pathFields
:
readonly
{
name
:
string
;
jsonName
:
string
}
[]
;
queryFields
:
readonly
{
name
:
string
;
jsonName
:
string
}
[]
;
}
Index
Properties
verb
path
body
path
Fields
query
Fields
Properties
verb
verb
:
"POST"
|
"GET"
|
"PUT"
|
"PATCH"
|
"DELETE"
path
path
:
string
body
body
:
string
path
Fields
pathFields
:
readonly
{
name
:
string
;
jsonName
:
string
}
[]
query
Fields
queryFields
:
readonly
{
name
:
string
;
jsonName
:
string
}
[]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
verb
path
body
path
Fields
query
Fields
@valon-technologies/gestalt
Loading...