v2.0.0
Release changes:
- Namespace renamed, vendor name isn't used anymore.
- The class that handles the API calls is now Proxmox not ProxmoxVE.
- Functions were renamed, instead of get, post, put and delete you use get, create, set, delete (to keep consistency with the pvesh tool).
- Documentation improved.
- Library now returns the errors messages instead of throwing an exception when a request isn't successful.
- Source code refactored and respective tests were added.