function __construct($api_key) { parent::__construct(); $this->apiKey = $api_key; $this->path = $this->url . $this->name . '/'; }
function __construct($api_key) { parent::__construct(); $this->apiKey = $api_key; $this->path = $this->url . 'messages/'; }