コード例 #1
0
 /**
  * @param string $operationId
  * @return Url
  */
 protected function computeRequestUrl($operationId) {
   return $this->apiUrl->addPath($operationId);
 }