X-Git-Url: https://git.proxmox.com/?p=pve-client.git;a=blobdiff_plain;f=pveclient;h=46d902daca0952866eba0360d6d96e7ad9b14758;hp=d44f020cd03e47622edd5f03629acf711b56200e;hb=e9d848651dd50d169a532d4428f47b0754e5ac9d;hpb=63c02d8ce73cd687fd260ab086876bb858304a95 diff --git a/pveclient b/pveclient index d44f020..46d902d 100755 --- a/pveclient +++ b/pveclient @@ -30,24 +30,6 @@ sub call_method { die "implement me"; } -# NOTE: This binary is just a placeholer - nothing implemented so far! - -#my $hostname = 'localhost'; -#my $username = 'root@pam'; -# -#my $conn = PVE::APIClient::LWP->new( -# username => $username, -# #password => 'yourpassword', -# #ticket => $ticket, -# #csrftoken => $csrftoken, -# host => $hostname, -# # allow manual fingerprint verification -# manual_verification => 1, -# ); - -#my $res = $conn->get("/", {}); -#print to_json($res, { pretty => 1, canonical => 1}); - my $cli_class_handlers = { lxc => 'PVE::APIClient::Commands::lxc', remote => 'PVE::APIClient::Commands::remote',