benchling_api_client.api.feature_libraries.get_feature module

async asyncio(*, client: Client, feature_id: str) Optional[Union[Feature, NotFoundError]]

Get a feature by ID

async asyncio_detailed(*, client: Client, feature_id: str) Response[Union[Feature, NotFoundError]]
sync(*, client: Client, feature_id: str) Optional[Union[Feature, NotFoundError]]

Get a feature by ID

sync_detailed(*, client: Client, feature_id: str) Response[Union[Feature, NotFoundError]]