Skip to main content

DatalayerClientConfig

Datalayer Core


Datalayer Core / DatalayerClientConfig

Interface: DatalayerClientConfig

Defined in: tech/datalayer/core/src/client/base.ts:25

Configuration options for the Datalayer Client.

Properties

handlers?

optional handlers: SDKHandlers

Defined in: tech/datalayer/core/src/client/base.ts:35

Handlers for intercepting SDK method calls


iamRunUrl?

optional iamRunUrl: string

Defined in: tech/datalayer/core/src/client/base.ts:29

URL for the IAM service


runtimesRunUrl?

optional runtimesRunUrl: string

Defined in: tech/datalayer/core/src/client/base.ts:31

URL for the Runtimes service


spacerRunUrl?

optional spacerRunUrl: string

Defined in: tech/datalayer/core/src/client/base.ts:33

URL for the Spacer service


token?

optional token: string

Defined in: tech/datalayer/core/src/client/base.ts:27

Authentication token for API requests