mirror of
https://github.com/Telmate/proxmox-api-go.git
synced 2026-04-26 07:55:50 +03:00
[GH-ISSUE #208] Adding network support #41
Labels
No labels
good first issue
issue/confirmed
issue/critical
proposal/accepted
pull-request
type/bug
type/enhancement
type/feature
type/question
type/refactoring
type/testing
type/testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxmox-api-go#41
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dandyrow on GitHub (Oct 17, 2022).
Original GitHub issue: https://github.com/Telmate/proxmox-api-go/issues/208
I have begun adding support to create networks on Proxmox hosts in the project dandyrow/proxmox-api-go.
Currently I have implemented createNetwork and applyNetwork functions with plans to implement the rest of the network API functionality in the near future (it is a work in progress).
Is this something that could be merged into the main project?
I'm willing to take on board suggestions to improve how I'm implementing these features to make them better / more compatible and maintainable in line with the rest of the project.
@dandyrow commented on GitHub (Oct 19, 2022):
Created the above pull request as I have completed implementing the network endpoints of the Proxmox API.
@dandyrow commented on GitHub (Oct 24, 2022):
Closing as pull request #209 adding network support has been merged into master.