|
|
@@ -27,14 +27,6 @@ class ApiClient {
|
|
|
'admin_name' => $adminName,
|
|
|
'admin_password' => $adminPassword
|
|
|
];
|
|
|
- logModuleCall(
|
|
|
- 'siteBuilder',
|
|
|
- __FUNCTION__,
|
|
|
- $url,
|
|
|
- 'debug',
|
|
|
- $data
|
|
|
- );
|
|
|
-
|
|
|
return $this->sendRequest('POST', $url, $data);
|
|
|
}
|
|
|
|
|
|
@@ -219,12 +211,3 @@ class ApiClient {
|
|
|
];
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-// Beispielnutzung mit HTTPS
|
|
|
-$apiClient = new ApiClient('https://vm-dc-builderhost-01.thurdata.local', 'your-secure-password');
|
|
|
-$response = $apiClient->getSSLDays('exampleuser','example.com');
|
|
|
-
|
|
|
-print_r($response);
|