[**brk-client**](../README.md) *** [brk-client](../globals.md) / BrkClientOptions # Interface: BrkClientOptions Defined in: [Developer/brk/modules/brk-client/index.js:1247](https://github.com/bitcoinresearchkit/brk/blob/3faa989691a1f662d8f7f98dbce612dc66a737c7/modules/brk-client/index.js#L1247) ## Properties ### baseUrl > **baseUrl**: `string` Defined in: [Developer/brk/modules/brk-client/index.js:1248](https://github.com/bitcoinresearchkit/brk/blob/3faa989691a1f662d8f7f98dbce612dc66a737c7/modules/brk-client/index.js#L1248) Base URL for the API *** ### cache? > `optional` **cache?**: `string` \| `boolean` Defined in: [Developer/brk/modules/brk-client/index.js:1250](https://github.com/bitcoinresearchkit/brk/blob/3faa989691a1f662d8f7f98dbce612dc66a737c7/modules/brk-client/index.js#L1250) Enable browser cache with default name (true), custom name (string), or disable (false). No effect in Node.js. Default: true *** ### timeout? > `optional` **timeout?**: `number` Defined in: [Developer/brk/modules/brk-client/index.js:1249](https://github.com/bitcoinresearchkit/brk/blob/3faa989691a1f662d8f7f98dbce612dc66a737c7/modules/brk-client/index.js#L1249) Request timeout in milliseconds