Go to file
Dietmar Maurer 0cdec22753 update files from pve-common
Includes some changes which are still not applied.
2018-06-14 09:16:02 +02:00
debian add simple bash completion code 2018-05-24 10:27:01 +02:00
PVE/APIClient update files from pve-common 2018-06-14 09:16:02 +02:00
.gitignore Add .gitignore 2018-06-04 06:40:49 +02:00
extractapi.pl use binary format to store API definition efficently 2018-06-12 11:17:45 +02:00
Makefile Makefile: cleanup - use a loop to install files 2018-06-13 13:42:28 +02:00
pve-api-definition.dat use binary format to store API definition efficently 2018-06-12 11:17:45 +02:00
pveclient use packages from PVE::APIClient 2018-06-14 09:16:02 +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