@octokit/types
Preparing search index...
RequestOptions
Interface RequestOptions
Generic request options as they are returned by the
endpoint()
method
interface
RequestOptions
{
body
?:
any
;
headers
:
RequestHeaders
;
method
:
RequestMethod
;
request
?:
RequestRequestOptions
;
url
:
string
;
}
Index
Properties
body?
headers
method
request?
url
Properties
Optional
body
body
?:
any
headers
headers
:
RequestHeaders
method
method
:
RequestMethod
Optional
request
request
?:
RequestRequestOptions
url
url
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
headers
method
request
url
@octokit/types
Loading...
Generic request options as they are returned by the
endpoint()method