RemoteSourceOptions
Type Alias: RemoteSourceOptions
Section titled “Type Alias: RemoteSourceOptions”RemoteSourceOptions =
object
Defined in: sources.ts:83
Options for remoteSource.
Properties
Section titled “Properties”fetch?
Section titled “fetch?”
optionalfetch?: typeoffetch
Defined in: sources.ts:91
Custom fetch. Defaults to globalThis.fetch.
headers?
Section titled “headers?”
optionalheaders?:Record<string,string>
Defined in: sources.ts:87
Headers merged into the request.
timeoutMs?
Section titled “timeoutMs?”
optionaltimeoutMs?:number
Defined in: sources.ts:89
Timeout in ms. Defaults to 5000.
url:
string
Defined in: sources.ts:85
URL returning a JSON object of string values.