Redmine MCP Server Documentation - v0.1.0
Preparing search index...
RedmineFetchOptions
Interface RedmineFetchOptions
Options for making HTTP requests to the Redmine API
interface
RedmineFetchOptions
{
body
?:
unknown
;
method
?:
string
;
params
?:
Record
<
string
,
string
|
number
>
;
}
Index
Properties
body?
method?
params?
Properties
Optional
body
body
?:
unknown
Optional
method
method
?:
string
Optional
params
params
?:
Record
<
string
,
string
|
number
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
method
params
Redmine MCP Server Documentation - v0.1.0
Loading...
Options for making HTTP requests to the Redmine API