Example #1
0
 /**
  * @param $service
  * @return \alphayax\freebox\utils\rest\Rest
  */
 protected function getService($service)
 {
     return new utils\rest\Rest($this->application->getFreeboxApiHost() . $service);
 }