ttarvis / node-proxmox

node.js proxmox client
Artistic License 2.0
38 stars 24 forks source link

LXC support missing #5

Open steve2507 opened 7 years ago

steve2507 commented 7 years ago

It seems like LXC Support is missing. LXC is officially supported by proxmox since version 4.x.

Also note that this nodejs wrapper is not mentioned on this page: http://pve.proxmox.com/wiki/Proxmox_VE_API, although it is mentioned here: https://pve.proxmox.com/wiki/Developer_Documentation

ttarvis commented 7 years ago

Alright, thanks for letting me know about this. I haven't really been carefully watching proxmox updates and the version I created this package for originally is probably outdated by now. I will see if I can get an update out soon. If anyone wants to contribute to it, I would appreciate it.

steve2507 commented 7 years ago

Thanks for your swift reply. However, I'm thinking of creating my own package as I would like to see object-orientation in it. That would also make it a lot easier to implement with xible (which is my goal).

Thank you though.