VantageClientOptions
Defined in: packages/sdk/src/request.ts:19
Properties
Section titled “Properties”baseUrl?
Section titled “baseUrl?”
optionalbaseUrl?:string
Defined in: packages/sdk/src/request.ts:23
API host, no trailing slash. Defaults to production.
fetch?
Section titled “fetch?”
optionalfetch?: {(input,init?):Promise<Response>; (input,init?):Promise<Response>; }
Defined in: packages/sdk/src/request.ts:28
Optional fetch override. Useful for tests, custom retry logic,
or running inside a proxy. Defaults to the global fetch.
Call Signature
Section titled “Call Signature”(
input,init?):Promise<Response>
Parameters
Section titled “Parameters”URL | RequestInfo
RequestInit
Returns
Section titled “Returns”Promise<Response>
Call Signature
Section titled “Call Signature”(
input,init?):Promise<Response>
Parameters
Section titled “Parameters”string | URL | Request
RequestInit
Returns
Section titled “Returns”Promise<Response>
token:
string
Defined in: packages/sdk/src/request.ts:21
vc_pat_… personal access token. Required.