We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently you need to perform a .get() operation after a resource has been instantiated
.get()
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
The text was updated successfully, but these errors were encountered:
Sounds good, I'll give it a try for a PR soon
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: