EdinburghGenomics/pyclarity-lims

Implement lims.create_batch

Closed this issue · 1 comments

At the moment Entity creation can only be done via the Entity contructors such as

Sample.create(...)

It would be useful to have leverage the batch/create function endpoints to create multiple samples/containers.
Function should be called: lims.create_batch
Implementation might be complicated as the entities cannot be created before they are passed on to batch.

closed in #48