ClientConfig
Defined in: packages/kmd_client/src/core/client-config.ts:3
Properties
Section titled “Properties”baseUrl
Section titled “baseUrl”baseUrl:
string
Defined in: packages/kmd_client/src/core/client-config.ts:4
headers?
Section titled “headers?”
optionalheaders:Record<string,string>
Defined in: packages/kmd_client/src/core/client-config.ts:7
logger?
Section titled “logger?”
optionallogger:Logger
Defined in: packages/kmd_client/src/core/client-config.ts:10
maxRetries?
Section titled “maxRetries?”
optionalmaxRetries:number
Defined in: packages/kmd_client/src/core/client-config.ts:9
Optional override for retry attempts. Defaults to 4 retries. Set to 0 to disable retries.
optionalport:string|number
Defined in: packages/kmd_client/src/core/client-config.ts:5
token?
Section titled “token?”
optionaltoken:string| {[name:string]:string; }
Defined in: packages/kmd_client/src/core/client-config.ts:6