Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Latest commit

 

History

History
70 lines (38 loc) · 1.56 KB

SeamClientOptions.md

File metadata and controls

70 lines (38 loc) · 1.56 KB

seamapi / Exports / SeamClientOptions

Interface: SeamClientOptions

Table of contents

Properties

Properties

apiKey

Optional apiKey: null | string

Defined in

src/seam-connect/client.ts:21


axiosOptions

Optional axiosOptions: AxiosRequestConfig<any>

Extended options to pass to Axios

Defined in

src/seam-connect/client.ts:36


clientSessionToken

Optional clientSessionToken: null | string

Defined in

src/seam-connect/client.ts:23


endpoint

Optional endpoint: string

Seam Endpoint to use, defaults to https://connect.getseam.com

Defined in

src/seam-connect/client.ts:27


workspaceId

Optional workspaceId: string

Workspace if using session authentication, defaults to SEAM_WORKSPACE_ID or undefined

Defined in

src/seam-connect/client.ts:32