Closed fabiomontefuscolo closed 2 years ago
That empower developers to extend you API to connect to custom endpoints in Virtualmin
I also suggest to make public all other methods that does not leak credentials.
$api = new VirtualminApi( [ 'hostname' => 'example.com', 'username' => 'fabio', 'password' => '***************' ], 'debug' ); $api->runProgram( 'tiki-install', [ 'domain' => 'test2.example.com', 'branch' => '22.x', 'password' => 'tikiwiki' // 8 chars long ] );
Thanks so much!
That empower developers to extend you API to connect to custom endpoints in Virtualmin
I also suggest to make public all other methods that does not leak credentials.