Kathara
Kathara copied to clipboard
Add Lab methods to manage links and machines
Currently, the Kathara.model.Lab class only has get_or_new_ methods for links and machines.
We need to add get and new methods separately to improve usability.
- [ ] Add
get_machinemethod toKathara.model.Labclass. - [ ] Add
new_machinemethod toKathara.model.Labclass. - [ ] Add
get_linkmethod toKathara.model.Labclass. - [ ] Add
new_linkmethod toKathara.model.Labclass.