Constructors
constructor
- new SeamHttp(apiKeyOrOptions?): SeamHttp
Properties
client
client: AxiosInstance
Accessors
acs
- get acs(): SeamHttpAcs
devices
- get devices(): SeamHttpDevices
events
- get events(): SeamHttpEvents
locks
- get locks(): SeamHttpLocks
webhooks
- get webhooks(): SeamHttpWebhooks
Methods
Static
fromApiKey
- fromApiKey(apiKey, options?): SeamHttp
Static
fromClient
- fromClient(client, options?): SeamHttp
Static
fromClientSessionToken
- fromClientSessionToken(clientSessionToken, options?): SeamHttp
Parameters
clientSessionToken: string
Static
fromPublishableKey
- fromPublishableKey(publishableKey, userIdentifierKey, options?): Promise<SeamHttp>
Parameters
publishableKey: string
userIdentifierKey: string
Returns Promise<SeamHttp>