]> git.proxmox.com Git - pve-client.git/commit - pve-api-definition.dat
use binary format to store API definition efficently
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 8 Jun 2018 13:47:10 +0000 (15:47 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 12 Jun 2018 09:17:45 +0000 (11:17 +0200)
commitab79ce780251dd85f113eb23cb1e2646a4692dff
tree45023e6a5ce3befd8bb34dd49ec17353ca4e2039
parentf7b8bab772851b5c307a9e9be0bc00c62053dfd1
use binary format to store API definition efficently

Note: The previous file does not contains indexed parameters like -net\d+ (those
were converted to to -net[n]). But we need all those parameters for the command
line completion. The binary format is much smaller the json, because it can handle
references.
Makefile
PVE/APIClient/Helpers.pm
extractapi.pl
pve-api-definition.dat [new file with mode: 0644]
pve-api-definition.js [deleted file]