Types:
Types:
DeploymentStateEventDeploymentCreateResponseDeploymentRetrieveResponseDeploymentListResponseDeploymentFollowResponse
Methods:
client.deployments.create({ ...params }) -> DeploymentCreateResponseclient.deployments.retrieve(id) -> DeploymentRetrieveResponseclient.deployments.list({ ...params }) -> DeploymentListResponsesOffsetPaginationclient.deployments.follow(id, { ...params }) -> DeploymentFollowResponse
Types:
Methods:
client.apps.list({ ...params }) -> AppListResponse
Types:
InvocationStateEventInvocationCreateResponseInvocationRetrieveResponseInvocationUpdateResponseInvocationFollowResponse
Methods:
client.invocations.create({ ...params }) -> InvocationCreateResponseclient.invocations.retrieve(id) -> InvocationRetrieveResponseclient.invocations.update(id, { ...params }) -> InvocationUpdateResponseclient.invocations.deleteBrowsers(id) -> voidclient.invocations.follow(id, { ...params }) -> InvocationFollowResponse
Types:
Methods:
client.browsers.create({ ...params }) -> BrowserCreateResponseclient.browsers.retrieve(id) -> BrowserRetrieveResponseclient.browsers.list() -> BrowserListResponseclient.browsers.delete({ ...params }) -> voidclient.browsers.deleteByID(id) -> void
Types:
Methods:
client.browsers.replays.list(id) -> ReplayListResponseclient.browsers.replays.download(replayID, { ...params }) -> Responseclient.browsers.replays.start(id, { ...params }) -> ReplayStartResponseclient.browsers.replays.stop(replayID, { ...params }) -> void
Types:
Methods:
client.browsers.fs.createDirectory(id, { ...params }) -> voidclient.browsers.fs.deleteDirectory(id, { ...params }) -> voidclient.browsers.fs.deleteFile(id, { ...params }) -> voidclient.browsers.fs.downloadDirZip(id, { ...params }) -> Responseclient.browsers.fs.fileInfo(id, { ...params }) -> FFileInfoResponseclient.browsers.fs.listFiles(id, { ...params }) -> FListFilesResponseclient.browsers.fs.move(id, { ...params }) -> voidclient.browsers.fs.readFile(id, { ...params }) -> Responseclient.browsers.fs.setFilePermissions(id, { ...params }) -> voidclient.browsers.fs.upload(id, { ...params }) -> voidclient.browsers.fs.uploadZip(id, { ...params }) -> voidclient.browsers.fs.writeFile(id, contents, { ...params }) -> void
Types:
Methods:
client.browsers.fs.watch.events(watchID, { ...params }) -> WatchEventsResponseclient.browsers.fs.watch.start(id, { ...params }) -> WatchStartResponseclient.browsers.fs.watch.stop(watchID, { ...params }) -> void
Types:
ProcessExecResponseProcessKillResponseProcessSpawnResponseProcessStatusResponseProcessStdinResponseProcessStdoutStreamResponse
Methods:
client.browsers.process.exec(id, { ...params }) -> ProcessExecResponseclient.browsers.process.kill(processID, { ...params }) -> ProcessKillResponseclient.browsers.process.spawn(id, { ...params }) -> ProcessSpawnResponseclient.browsers.process.status(processID, { ...params }) -> ProcessStatusResponseclient.browsers.process.stdin(processID, { ...params }) -> ProcessStdinResponseclient.browsers.process.stdoutStream(processID, { ...params }) -> ProcessStdoutStreamResponse
Methods:
client.browsers.logs.stream(id, { ...params }) -> LogEvent
Types:
Methods:
client.profiles.create({ ...params }) -> Profileclient.profiles.retrieve(idOrName) -> Profileclient.profiles.list() -> ProfileListResponseclient.profiles.delete(idOrName) -> voidclient.profiles.download(idOrName) -> Response
Types:
Methods: