benchling_sdk.services.v2.beta.v2_beta_app_service module¶

class V2BetaAppService¶

Bases: benchling_sdk.services.v2.base_service.BaseService

V2-Beta Apps.

Create and manage Apps on your tenant.

https://benchling.com/api/v2-beta/reference?stability=not-available#/Apps

get_configuration_by_app_id(app_id: str) → benchling_api_client.v2.beta.models.benchling_app_configuration.BenchlingAppConfiguration¶

Get an app’s configuration by app id.

See https://benchling.com/api/v2-beta/reference?stability=la#/Apps/getAppConfigurationByAppID

Deprecated in favor of apps.list_app_configuration_items.

get_manifest(app_id: str) → benchling_api_client.v2.beta.models.benchling_app_manifest.BenchlingAppManifest¶

Get app manifest.

See https://benchling.com/api/v2-beta/reference#/Apps/getBenchlingAppManifest

update_manifest(app_id: str, manifest: benchling_api_client.v2.beta.models.benchling_app_manifest.BenchlingAppManifest) → benchling_api_client.v2.beta.models.benchling_app_manifest.BenchlingAppManifest¶

Update an app manifest.

See https://benchling.com/api/v2-beta/reference#/Apps/putBenchlingAppManifest