Skip to content

Latest commit

 

History

History
58 lines (39 loc) · 2.75 KB

File metadata and controls

58 lines (39 loc) · 2.75 KB

Apps

Types:

from kernel.types import AppListResponse

Methods:

Deployments

Types:

from kernel.types.apps import DeploymentCreateResponse, DeploymentFollowResponse

Methods:

Invocations

Types:

from kernel.types.apps import InvocationCreateResponse, InvocationRetrieveResponse

Methods:

Browsers

Types:

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

Methods: