Ejemplo n.º 1
0
 /**
  * Make an API call.
  *
  * @param	string	the URL
  * @param	array	an associative array of request parameters
  * @param	string	the HTTP method
  * @return	mixed
  */
 protected function _request($url, $parms, $method = MMI_HTTP::METHOD_GET)
 {
     $this->_check_token();
     return parent::_request($url, $parms, $method);
 }