@nondef/ts-oai-pmh
Preparing search index...
IOAIHarvesterOptionsInterface
Interface IOAIHarvesterOptionsInterface
interface
IOAIHarvesterOptionsInterface
{
baseUrl
:
string
|
URL
;
fetch
:
(
input
:
string
|
URL
|
Request
,
init
?:
RequestInit
,
)
=>
Promise
<
Response
>
;
requestMethod
:
"GET"
|
"POST"
;
retry
:
IOAIRetryOptionsInterface
;
signal
?:
AbortSignal
;
userAgent
:
string
;
}
Index
Properties
base
Url
fetch
request
Method
retry
signal?
user
Agent
Properties
base
Url
baseUrl
:
string
|
URL
fetch
fetch
:
(
input
:
string
|
URL
|
Request
,
init
?:
RequestInit
)
=>
Promise
<
Response
>
request
Method
requestMethod
:
"GET"
|
"POST"
retry
retry
:
IOAIRetryOptionsInterface
Optional
signal
signal
?:
AbortSignal
user
Agent
userAgent
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
base
Url
fetch
request
Method
retry
signal
user
Agent
@nondef/ts-oai-pmh
Loading...