@nondef/ts-oai-pmh
Preparing search index...
IOAIHarvesterConstructorOptionsInterface
Interface IOAIHarvesterConstructorOptionsInterface
interface
IOAIHarvesterConstructorOptionsInterface
{
baseUrl
:
string
|
URL
;
fetch
?:
(
input
:
string
|
URL
|
Request
,
init
?:
RequestInit
,
)
=>
Promise
<
Response
>
;
requestMethod
?:
"GET"
|
"POST"
;
retry
?:
boolean
|
Partial
<
IOAIRetryOptionsInterface
>
;
signal
?:
AbortSignal
;
userAgent
?:
string
;
}
Index
Properties
base
Url
fetch?
request
Method?
retry?
signal?
user
Agent?
Properties
base
Url
baseUrl
:
string
|
URL
Optional
fetch
fetch
?:
(
input
:
string
|
URL
|
Request
,
init
?:
RequestInit
)
=>
Promise
<
Response
>
Optional
request
Method
requestMethod
?:
"GET"
|
"POST"
Optional
retry
retry
?:
boolean
|
Partial
<
IOAIRetryOptionsInterface
>
Optional
signal
signal
?:
AbortSignal
Optional
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...