Skip to content

Latest commit

 

History

History
59 lines (32 loc) · 1.26 KB

File metadata and controls

59 lines (32 loc) · 1.26 KB

seamapi / Exports / SeamOSClientOptions

Interface: SeamOSClientOptions

Table of contents

Properties

Properties

apiKey

Optional apiKey: string

Defined in

src/seam-os/client.ts:8


axiosOptions

Optional axiosOptions: AxiosRequestConfig<any>

Extended options to pass to Axios

Defined in

src/seam-os/client.ts:21


endpoint

Optional endpoint: string

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

Defined in

src/seam-os/client.ts:12


organizationId

Optional organizationId: string

Organization if using session authentication, defaults to SEAM_ORGANIZATION_ID or undefined

Defined in

src/seam-os/client.ts:17