Constructors
constructor
- new SeamHttpWorkspaces(apiKeyOrOptions?): SeamHttpWorkspaces
-
Properties
client
client: AxiosInstance
Methods
get
- get(params?): Promise<{
connect_partner_name: null | string;
is_sandbox: boolean;
name: string;
workspace_id: string;
}>
-
Returns Promise<{
connect_partner_name: null | string;
is_sandbox: boolean;
name: string;
workspace_id: string;
}>
list
- list(params?): Promise<{
connect_partner_name: null | string;
is_sandbox: boolean;
name: string;
workspace_id: string;
}[]>
-
Returns Promise<{
connect_partner_name: null | string;
is_sandbox: boolean;
name: string;
workspace_id: string;
}[]>
resetSandbox
- resetSandbox(body): Promise<void>
-
Returns Promise<void>
Static
fromApiKey
- fromApiKey(apiKey, options?): SeamHttpWorkspaces
-
Static
fromClient
- fromClient(client, options?): SeamHttpWorkspaces
-
Static
fromClientSessionToken
- fromClientSessionToken(clientSessionToken, options?): SeamHttpWorkspaces
-
Parameters
-
clientSessionToken: string
-
Static
fromPublishableKey
- fromPublishableKey(publishableKey, userIdentifierKey, options?): Promise<SeamHttpWorkspaces>
-
Parameters
-
publishableKey: string
-
userIdentifierKey: string
-