Interface: StudioHttpClientOptions
Defined in: studioHttpClientOptions.types.ts:3
Host-owned transport configuration. A wrapped fetch can add credentials, headers, tracing, or any authentication policy without making those concerns part of the editor package.
Properties
baseUrl?
readonlyoptionalbaseUrl?:string
Defined in: studioHttpClientOptions.types.ts:4
fetch?
readonlyoptionalfetch?: (input,init?) =>Promise<Response>
Defined in: studioHttpClientOptions.types.ts:5
Parameters
input
RequestInfo | URL
init?
RequestInit
Returns
Promise<Response>