Skip to content

Latest commit

 

History

History
79 lines (52 loc) · 3.88 KB

File metadata and controls

79 lines (52 loc) · 3.88 KB

Shared

Types:

Deployments

Types:

Methods:

  • client.deployments.create({ ...params }) -> DeploymentCreateResponse
  • client.deployments.retrieve(id) -> DeploymentRetrieveResponse
  • client.deployments.follow(id) -> DeploymentFollowResponse

Apps

Types:

Methods:

  • client.apps.list({ ...params }) -> AppListResponse

Deployments

Types:

Methods:

  • client.apps.deployments.create({ ...params }) -> DeploymentCreateResponse
  • client.apps.deployments.follow(id) -> DeploymentFollowResponse

Invocations

Types:

Methods:

  • client.invocations.create({ ...params }) -> InvocationCreateResponse
  • client.invocations.retrieve(id) -> InvocationRetrieveResponse
  • client.invocations.update(id, { ...params }) -> InvocationUpdateResponse
  • client.invocations.follow(id) -> InvocationFollowResponse

Browsers

Types:

Methods:

  • client.browsers.create({ ...params }) -> BrowserCreateResponse
  • client.browsers.retrieve(id) -> BrowserRetrieveResponse
  • client.browsers.list() -> BrowserListResponse
  • client.browsers.delete({ ...params }) -> void
  • client.browsers.deleteByID(id) -> void