Types:
Types:
Methods:
client.deployments.create({ ...params }) -> DeploymentCreateResponseclient.deployments.retrieve(id) -> DeploymentRetrieveResponseclient.deployments.follow(id) -> DeploymentFollowResponse
Types:
Methods:
client.apps.list({ ...params }) -> AppListResponse
Types:
Methods:
client.apps.deployments.create({ ...params }) -> DeploymentCreateResponseclient.apps.deployments.follow(id) -> DeploymentFollowResponse
Types:
InvocationStateEventInvocationCreateResponseInvocationRetrieveResponseInvocationUpdateResponseInvocationFollowResponse
Methods:
client.invocations.create({ ...params }) -> InvocationCreateResponseclient.invocations.retrieve(id) -> InvocationRetrieveResponseclient.invocations.update(id, { ...params }) -> InvocationUpdateResponseclient.invocations.follow(id) -> InvocationFollowResponse
Types:
Methods:
client.browsers.create({ ...params }) -> BrowserCreateResponseclient.browsers.retrieve(id) -> BrowserRetrieveResponseclient.browsers.list() -> BrowserListResponseclient.browsers.delete({ ...params }) -> voidclient.browsers.deleteByID(id) -> void