Ejemplo n.º 1
0
 /**
  * @param $server_url
  * @param $api_key
  */
 public function __construct($server_url, $api_key)
 {
     $this->api_key = $api_key;
     $this->gandi = new Client($server_url);
     $this->gandi = $this->gandi->getProxy('operation');
 }