Interface: FetchAPIConfig<T> ​
Defined in: fetch-openalex/src/api.ts:20
Extends ​
Type Parameters ​
T ​
T
Properties ​
apiURL ​
readonlyapiURL:string
Defined in: fetch-openalex/src/helpers.ts:19
Inherited from ​
FetchAPIMinimalConfig.apiURL
endpoint ​
readonlyendpoint:string
Defined in: fetch-openalex/src/helpers.ts:20
Inherited from ​
FetchAPIMinimalConfig.endpoint
fetchAPIOptions ​
readonlyfetchAPIOptions:FetchOpenAlexAPIOptions
Defined in: fetch-openalex/src/helpers.ts:21
Inherited from ​
FetchAPIMinimalConfig.fetchAPIOptions
maxPages? ​
readonlyoptionalmaxPages?:number
Defined in: fetch-openalex/src/helpers.ts:23
Inherited from ​
FetchAPIMinimalConfig.maxPages
now? ​
optionalnow?:boolean
Defined in: fetch-openalex/src/api.ts:21
onPage? ​
readonlyoptionalonPage?:OnPage
Defined in: fetch-openalex/src/helpers.ts:34
Inherited from ​
FetchAPIMinimalConfig.onPage
onRateLimit? ​
readonlyoptionalonRateLimit?:OnRateLimit
Defined in: fetch-openalex/src/helpers.ts:33
Inherited from ​
FetchAPIMinimalConfig.onRateLimit
perPage ​
readonlyperPage:number
Defined in: fetch-openalex/src/helpers.ts:22
Inherited from ​
FetchAPIMinimalConfig.perPage
queue? ​
optionalqueue?:Queue<T>
Defined in: fetch-openalex/src/api.ts:23
rateLimit ​
readonlyrateLimit:Options
Defined in: fetch-openalex/src/helpers.ts:18
Inherited from ​
FetchAPIMinimalConfig.rateLimit
store? ​
optionalstore?:Store<T>
Defined in: fetch-openalex/src/api.ts:22
userAgent ​
readonlyuserAgent:string
Defined in: fetch-openalex/src/helpers.ts:17
Inherited from ​
FetchAPIMinimalConfig.userAgent