• Модуль: rest
  • Путь к файлу: ~/bitrix/modules/rest/lib/oauth/client.php
  • Класс: BitrixRestOAuthClient
  • Вызов: Client::getRequestUrl
protected function getRequestUrl($methodName): string
{
	return static::SERVICE_URL . static::SERVICE_PATH . $methodName . $this->getRequestId($methodName);
}