예제 #1
0
 /**
  * @param string $pathTemplate
  * @param Restriction|NULL $restriction
  * @return array|NULL
  * @throws RequestFailedException when request failed for some reason
  * @throws InvalidArgumentException when some mandatory parameter is missing in restriction
  */
 protected function performPost($pathTemplate, Restriction $restriction = NULL)
 {
     return $this->api->performPost($pathTemplate, $restriction);
 }