Preparing search index...
The search index is not available
@novice1/api-doc-generator - v0.2.5
@novice1/api-doc-generator
generators/postman/definitions
RequestObject
Interface RequestObject
interface
RequestObject
{
auth
?:
null
|
Auth
;
body
?:
null
|
RequestBodyObject
;
certificate
?:
CertificateObject
;
description
?:
Description
;
header
?:
string
|
HeaderObject
[]
;
method
?:
string
;
proxy
?:
ProxyConfig
;
url
?:
UrlObject
;
[
x
:
string
]
:
unknown
;
}
Indexable
[
x:
string
]:
unknown
Index
Properties
auth?
body?
certificate?
description?
header?
method?
proxy?
url?
Properties
Optional
auth
auth
?:
null
|
Auth
Optional
body
body
?:
null
|
RequestBodyObject
Optional
certificate
certificate
?:
CertificateObject
Optional
description
description
?:
Description
Optional
header
header
?:
string
|
HeaderObject
[]
Optional
method
method
?:
string
Optional
proxy
proxy
?:
ProxyConfig
Optional
url
url
?:
UrlObject
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
auth
body
certificate
description
header
method
proxy
url
@novice1/api-doc-generator - v0.2.5
Loading...