Skip to content

Latest commit

 

History

History
70 lines (38 loc) · 1.56 KB

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:20


axiosOptions

Optional axiosOptions: AxiosRequestConfig<any>

Extended options to pass to Axios

Defined in

src/seam-connect/client.ts:35


clientSessionToken

Optional clientSessionToken: null | string

Defined in

src/seam-connect/client.ts:22


endpoint

Optional endpoint: string

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

Defined in

src/seam-connect/client.ts:26


workspaceId

Optional workspaceId: string

Workspace if using session authentication, defaults to SEAM_WORKSPACE_ID or undefined

Defined in

src/seam-connect/client.ts:31