Currently you need to perform a .get() operation after a resource has been instantiated
prj = Project("test-lab", connector=gns3_connector)
prj.get()
print(prj.stattus)
closed
Ideally it would be done automatically when creating an instance of the resource
Currently you need to perform a
.get()operation after a resource has been instantiatedIdeally it would be done automatically when creating an instance of the resource