Constructors
constructor
- new SeamHttpWorkspaces(apiKeyOrOptions?): SeamHttpWorkspaces
Properties
client
client: AxiosInstance
Readonly
defaults
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
fromConsoleSessionToken
- fromConsoleSessionToken(consoleSessionToken, workspaceId, options?): SeamHttpWorkspaces
Parameters
consoleSessionToken: string
workspaceId: string
Static
fromPersonalAccessToken
- fromPersonalAccessToken(personalAccessToken, workspaceId, options?): SeamHttpWorkspaces
Parameters
personalAccessToken: string
workspaceId: string
Static
fromPublishableKey
- fromPublishableKey(publishableKey, userIdentifierKey, options?): Promise<SeamHttpWorkspaces>
Parameters
publishableKey: string
userIdentifierKey: string