public function __construct($args = array())
 {
     parent::__construct($this->parse_args($args, $this->get_default_args()), $this->get_int_args());
     $this->get_query_args();
     $this->get_query_url();
     $this->_response = $this->query('GET');
 }
 public function __construct($args = array())
 {
     parent::__construct($this->parse_args($args, $this->get_args()));
 }