Ejemplo n.º 1
0
 /**
  * Make multiple API calls.
  *
  * @param	array	an associative array containing the request details
  * (URL, request parameters, HTTP headers, and cURL options)
  * @param	string	the HTTP method
  * @return	array
  */
 protected function _mrequest($requests, $method = MMI_HTTP::METHOD_GET)
 {
     $this->_check_token();
     return parent::_mrequest($requests, $method);
 }