Exemplo n.º 1
0
 function __construct($api_key)
 {
     parent::__construct();
     $this->apiKey = $api_key;
     $this->path = $this->url . $this->name . '/';
 }
Exemplo n.º 2
0
 function __construct($api_key)
 {
     parent::__construct();
     $this->apiKey = $api_key;
     $this->path = $this->url . 'messages/';
 }