Skip to content

Latest commit

 

History

History
96 lines (70 loc) · 5.25 KB

File metadata and controls

96 lines (70 loc) · 5.25 KB

Shared Types

from kernel.types import AppAction, ErrorDetail, ErrorEvent, ErrorModel, HeartbeatEvent, LogEvent

Deployments

Types:

from kernel.types import (
    DeploymentStateEvent,
    DeploymentCreateResponse,
    DeploymentRetrieveResponse,
    DeploymentListResponse,
    DeploymentFollowResponse,
)

Methods:

Apps

Types:

from kernel.types import AppListResponse

Methods:

Invocations

Types:

from kernel.types import (
    InvocationStateEvent,
    InvocationCreateResponse,
    InvocationRetrieveResponse,
    InvocationUpdateResponse,
    InvocationFollowResponse,
)

Methods:

Browsers

Types:

from kernel.types import (
    BrowserPersistence,
    BrowserCreateResponse,
    BrowserRetrieveResponse,
    BrowserListResponse,
)

Methods:

Replays

Types:

from kernel.types.browsers import ReplayListResponse, ReplayStartResponse

Methods: