benchling_api_client.api.blobs.get_blob_url module

async asyncio(*, client: Client, blob_id: str) Optional[Union[BlobUrl, BadRequestError, NotFoundError]]

Get a Blob’s download url

async asyncio_detailed(*, client: Client, blob_id: str) Response[Union[BlobUrl, BadRequestError, NotFoundError]]
sync(*, client: Client, blob_id: str) Optional[Union[BlobUrl, BadRequestError, NotFoundError]]

Get a Blob’s download url

sync_detailed(*, client: Client, blob_id: str) Response[Union[BlobUrl, BadRequestError, NotFoundError]]