MrKampf / proxmoxVE

The is a PHP 8 ProxmoxVe API client. With it you can easily and quickly retrieve information from your Proxmox server or cluster.
GNU General Public License v3.0
51 stars 26 forks source link

overwriteable http client #40

Closed kluvi closed 1 year ago

kluvi commented 1 year ago

Allows override http client before making any calls to API.

We can use PVE::setHttpClient(), but its too late, because of login() in constructor (see https://github.com/MrKampf/proxmoxVE/issues/39 )

MrKampf commented 1 year ago

Thanks for help!