benchling_api_client.api.warehouse.create_warehouse_credentials module¶
- async asyncio(*, client: Client, json_body: WarehouseCredentialsCreate) Optional[Union[WarehouseCredentials, BadRequestError]] ¶
Allows for programmatically generating credentials to connect to the Benchling warehouse. You must have a warehouse configured to access this endpoint. The credentials will authenticate as the same user calling the API. Note that expiresIn is required - only temporary credentials are currently allowed.
- async asyncio_detailed(*, client: Client, json_body: WarehouseCredentialsCreate) Response[Union[WarehouseCredentials, BadRequestError]] ¶
- sync(*, client: Client, json_body: WarehouseCredentialsCreate) Optional[Union[WarehouseCredentials, BadRequestError]] ¶
Allows for programmatically generating credentials to connect to the Benchling warehouse. You must have a warehouse configured to access this endpoint. The credentials will authenticate as the same user calling the API. Note that expiresIn is required - only temporary credentials are currently allowed.
- sync_detailed(*, client: Client, json_body: WarehouseCredentialsCreate) Response[Union[WarehouseCredentials, BadRequestError]] ¶