Skip to content

Latest commit

 

History

History
63 lines (44 loc) · 3.09 KB

File metadata and controls

63 lines (44 loc) · 3.09 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,
    InvocationUpdateResponse,
)

Methods:

Browsers

Types:

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

Methods: