benchling_sdk.services.v2.alpha.v2_alpha_app_service module¶
- class V2AlphaAppService¶
Bases:
benchling_sdk.services.v2.base_service.BaseService
V2-Alpha Apps.
Create and manage Apps on your tenant.
https://benchling.com/api/v2-alpha/reference?stability=not-available#/Apps
- archive_canvases(canvas_ids: Iterable[str], reason: benchling_api_client.v2.alpha.models.canvases_archive_reason.CanvasesArchiveReason) benchling_api_client.v2.alpha.models.canvases_archival_change.CanvasesArchivalChange ¶
Archive App Canvases.
See https://benchling.com/api/v2-alpha/reference?stability=not-available#/Apps/archiveCanvases
- create_canvas(canvas: benchling_api_client.v2.alpha.models.canvas_create.CanvasCreate) benchling_api_client.v2.alpha.models.canvas.Canvas ¶
Create an App Canvas that a Benchling App can write to and read user interaction from.
See https://benchling.com/api/v2-alpha/reference?stability=not-available#/Apps/createCanvas
- get_canvas(canvas_id: str) benchling_api_client.v2.alpha.models.canvas.Canvas ¶
Get the current state of the App Canvas, including user input elements.
See https://benchling.com/api/v2-alpha/reference?stability=not-available#/Apps/getCanvas
- get_manifest(app_id: str) benchling_api_client.v2.alpha.models.benchling_app_manifest_alpha.BenchlingAppManifestAlpha ¶
Get app manifest.
See https://benchling.com/api/v2-alpha/reference?stability=la/Apps/getBenchlingAppManifest
- unarchive_canvases(canvas_ids: Iterable[str]) benchling_api_client.v2.alpha.models.canvases_archival_change.CanvasesArchivalChange ¶
Unarchive App Canvases.
See https://benchling.com/api/v2-alpha/reference?stability=not-available#/Apps/unarchiveCanvases
- update_canvas(canvas_id: str, canvas: benchling_api_client.v2.alpha.models.canvas_update.CanvasUpdate) benchling_api_client.v2.alpha.models.canvas.Canvas ¶
Update App Canvas.
See https://benchling.com/api/v2-alpha/reference?stability=not-available#/Apps/updateCanvas
- update_manifest(app_id: str, manifest: benchling_api_client.v2.alpha.models.benchling_app_manifest_alpha.BenchlingAppManifestAlpha) benchling_api_client.v2.alpha.models.benchling_app_manifest_alpha.BenchlingAppManifestAlpha ¶
Update an app manifest.
See https://benchling.com/api/v2-alpha/reference?stability=la#/Apps/putBenchlingAppManifest