Skip to content

Automatically get resource information at instantiation time #86

@davidban77

Description

@davidban77

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions