Files
brk/modules/brk-client/docs/interfaces/BrkClientOptions.md
2026-02-13 17:08:14 +01:00

40 lines
1.2 KiB
Markdown

[**brk-client**](../README.md)
***
[brk-client](../globals.md) / BrkClientOptions
# Interface: BrkClientOptions
Defined in: [Developer/brk/modules/brk-client/index.js:869](https://github.com/bitcoinresearchkit/brk/blob/dfcb04484b3a4203772bb13ff5945fb24d8bbd9f/modules/brk-client/index.js#L869)
## Properties
### baseUrl
> **baseUrl**: `string`
Defined in: [Developer/brk/modules/brk-client/index.js:870](https://github.com/bitcoinresearchkit/brk/blob/dfcb04484b3a4203772bb13ff5945fb24d8bbd9f/modules/brk-client/index.js#L870)
Base URL for the API
***
### cache?
> `optional` **cache**: `string` \| `boolean`
Defined in: [Developer/brk/modules/brk-client/index.js:872](https://github.com/bitcoinresearchkit/brk/blob/dfcb04484b3a4203772bb13ff5945fb24d8bbd9f/modules/brk-client/index.js#L872)
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:871](https://github.com/bitcoinresearchkit/brk/blob/dfcb04484b3a4203772bb13ff5945fb24d8bbd9f/modules/brk-client/index.js#L871)
Request timeout in milliseconds