|
@@ -18,6 +18,13 @@ class PhyreApiSDK
|
|
$this->username = $username;
|
|
$this->username = $username;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ public function getHostingSubscriptions()
|
|
|
|
+ {
|
|
|
|
+ $response = $this->sendRequest('hosting-subscriptions', [], 'GET');
|
|
|
|
+
|
|
|
|
+ return $response;
|
|
|
|
+ }
|
|
|
|
+
|
|
public function getCustomers()
|
|
public function getCustomers()
|
|
{
|
|
{
|
|
$response = $this->sendRequest('customers', [], 'GET');
|
|
$response = $this->sendRequest('customers', [], 'GET');
|