1.6 KiB
brk-client / BrkClientOptions
Interface: BrkClientOptions
Defined in: Developer/brk/modules/brk-client/index.js:1383
Properties
baseUrl
baseUrl:
string
Defined in: Developer/brk/modules/brk-client/index.js:1384
Base URL for the API
browserCache?
optionalbrowserCache?:string|boolean
Defined in: Developer/brk/modules/brk-client/index.js:1386
Enable browser Cache API with default name (true), custom name (string), or disable (false). No effect in Node.js. Default: true
memCache?
optionalmemCache?:number|boolean
Defined in: Developer/brk/modules/brk-client/index.js:1387
In-memory parsed-response cache size (LRU). true/undefined → 1000, false/0 → disabled. Lets 304 responses skip the JSON parse entirely. Default: 1000
timeout?
optionaltimeout?:number
Defined in: Developer/brk/modules/brk-client/index.js:1385
Request timeout in milliseconds