Skip to content

Latest commit

 

History

History
166 lines (109 loc) · 9.38 KB

File metadata and controls

166 lines (109 loc) · 9.38 KB

Shared Types

from hyperspell.types import Metadata, Notification, QueryResult, Resource

Connections

Types:

from hyperspell.types import ConnectionListResponse, ConnectionRevokeResponse

Methods:

Folders

Types:

from hyperspell.types import (
    FolderListResponse,
    FolderDeletePolicyResponse,
    FolderListPoliciesResponse,
    FolderSetPoliciesResponse,
)

Methods:

Integrations

Types:

from hyperspell.types import IntegrationListResponse, IntegrationConnectResponse

Methods:

GoogleCalendar

Types:

from hyperspell.types.integrations import Calendar

Methods:

WebCrawler

Types:

from hyperspell.types.integrations import WebCrawlerIndexResponse

Methods:

Slack

Methods:

  • client.integrations.slack.list(**params) -> object

Memories

Types:

from hyperspell.types import (
    Memory,
    MemoryStatus,
    MemoryDeleteResponse,
    MemoryAddBulkResponse,
    MemoryStatusResponse,
)

Methods:

Evaluate

Types:

from hyperspell.types import EvaluateScoreHighlightResponse, EvaluateScoreQueryResponse

Methods:

Actions

Types:

from hyperspell.types import ActionAddReactionResponse, ActionSendMessageResponse

Methods:

Sessions

Methods:

Vaults

Types:

from hyperspell.types import VaultListResponse

Methods:

Auth

Types:

from hyperspell.types import Token, AuthDeleteUserResponse, AuthMeResponse

Methods: