benchling_api_client.api.oligos.bulk_get_oligos module¶
- async asyncio(*, client: Client, oligo_ids: str) Optional[Union[OligosBulkGet, BadRequestError]] ¶
Bulk get Oligos by ID
- async asyncio_detailed(*, client: Client, oligo_ids: str) Response[Union[OligosBulkGet, BadRequestError]] ¶
- sync(*, client: Client, oligo_ids: str) Optional[Union[OligosBulkGet, BadRequestError]] ¶
Bulk get Oligos by ID
- sync_detailed(*, client: Client, oligo_ids: str) Response[Union[OligosBulkGet, BadRequestError]] ¶