コード例 #1
0
ファイル: custom.php プロジェクト: azuya/mmi-api
 /**
  * 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);
 }