@seamapi/http - v2.4.1
    Preparing search index...

    Class SeamHttpWithoutWorkspace

    HTTP client for the Seam API not scoped to a workspace.

    Use this client to list or create workspaces, e.g., when authenticated with a personal access token or console session token.

    Index
    client: AxiosInstance

    The client used to make HTTP requests to the Seam API.

    defaults: Required<SeamHttpRequestOptions>

    Default request options used for requests made by this client.

    • get workspaces(): Pick<SeamHttpWorkspaces, "create" | "list">

      Client for the Seam API /workspaces routes available without a workspace.

      Returns Pick<SeamHttpWorkspaces, "create" | "list">