Go to file
2018-07-02 10:09:52 +02:00
debian add a manual page 2018-06-18 10:37:19 +02:00
PVE/APIClient PVE::APIClient::Helper::print_ordered_result - correctly declare local var 2018-07-02 10:09:52 +02:00
.gitignore Add .gitignore 2018-06-04 06:40:49 +02:00
extractapi.pl pve-api-definition.dat: add root index method 2018-06-25 12:13:38 +02:00
Makefile update files from pve-common 2018-07-02 09:19:53 +02:00
pve-api-definition.dat pve-api-definition.dat: add root index method 2018-06-25 12:13:38 +02:00
pveclient PVE::APIClient::Helpers::extract_even_elements - new helper 2018-07-02 10:05:45 +02:00
pveclient.adoc add a manual page 2018-06-18 10:37:19 +02:00
pveclient.bash-completion add simple bash completion code 2018-05-24 10:27:01 +02:00
README include PVE/PTY.pm (copied from pve-common) 2018-06-04 08:29:26 +02:00

Experimental PVE Client


The following files are copied from our pve-common package:

PVE/CLIHandler.pm: removed PVE::Inotify use.
PVE/Exception.pm
PVE/JSONSchema.pm
PVE/RESTHandler.pm
PVE/SafeSyslog.pm
PVE/Tools.pm: only selected/required helpers
PVE/PTY.pm