1.6 KiB
brk-client / BrkClientOptions
Interface: BrkClientOptions
Defined in: Developer/brk/modules/brk-client/index.js:1442
Properties
baseUrl
baseUrl:
string
Defined in: Developer/brk/modules/brk-client/index.js:1443
Base URL for the API
browserCache?
optionalbrowserCache?:string|boolean
Defined in: Developer/brk/modules/brk-client/index.js:1445
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:1446
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:1444
Request timeout in milliseconds