benchling_sdk.services.v2.stable.printer_service module¶
- class PrinterService¶
- Bases: - benchling_sdk.services.v2.base_service.BaseService- Printers. - List printers. - See https://benchling.com/api/reference#/Printers - get_list(registry_id: str, name: Optional[str] = None) List[Printer]¶
- List printers. - See https://benchling.com/api/reference#/Printers/listPrinters - Parameters
- registry_id â ID of the registry to list printers from. 
- name â The name of the printer. 
 
- Returns
- A list of printers 
- Return type
- List[Printer] 
 
 
