joernott / go-proxmox

Proxmox API in golang
BSD 3-Clause "New" or "Revised" License
26 stars 15 forks source link

Missing info on how to use #15

Open QCU87Z opened 5 years ago

QCU87Z commented 5 years ago

Hey is there any chance you can give an example on how to use this.

Cheers, Ash.

joernott commented 5 years ago

Hi @QCU87Z,

I initially wrote this library to be able to create VMs on the commandline. If you look at https://github.com/joernott/go-vmcontrol, you'll find out, how I used the library. Since then, a few enhancements have come back from the community, so some of my code might be outdated.

All this is no excuse for a good documentation, so I'll keep this request open as a remider to create some useable documentation.