Hello together,
i'm using PLesk since 6 years, but i ran into a Problem now.
I try to implement Plesk within my Customers Panel, but i'm missing something in the doc for the API.
I try to create a Service-Plan for every customer (i know not needed but it's keeping me organized...).
I use PHP to query the API via the PleskApiClient, and try to use the following:
Plesk 12.5.30 API propertie List ?
i'm using PLesk since 6 years, but i ran into a Problem now.
I try to implement Plesk within my Customers Panel, but i'm missing something in the doc for the API.
I try to create a Service-Plan for every customer (i know not needed but it's keeping me organized...).
I use PHP to query the API via the PleskApiClient, and try to use the following:
Code:
require_once('PleskApiClient.php'); $host = "config.mydomain.eu"; $client = new PleskApiClient($host);...