davidban77 / gns3fy

Python library wrapper around GNS3 Server REST API
https://davidban77.github.io/gns3fy/
56 stars 28 forks source link

add update link functions #99

Closed LucaV27 closed 2 years ago

LucaV27 commented 2 years ago

I needed to implement the function of updating a GNS3 link. Especially I used it for the "suspend" and "filters" fields of the input, so I added a minimum validator in the code for previously mentioned fields. All references from: http://api.gns3.net/en/2.2/api/v2/controller/link/projectsprojectidlinkslinkid.html#put-v2-projects-project-id-links-link-id

LucaV27 commented 2 years ago

Any news on this?

LucaV27 commented 2 years ago

Okay perfect. I close this PR and will create a new one to the development branch next week. I will not push the change you mention in the above comment. Many thanks.