Home
last modified time | relevance | path

Searched refs:restPath (Results 1 – 2 of 2) sorted by relevance

/plugin/authgoogle/google/io/
H A DGoogle_REST.php84 * @param string $restPath
88 static function createRequestUri($servicePath, $restPath, $params) { argument
89 $requestUrl = $servicePath . $restPath;
/plugin/authgooglesheets/vendor/google/apiclient/src/Service/
H A DResource.php258 * @param string $restPath
262 public function createRequestUri($restPath, $params) argument
265 if ('/' == substr($restPath, 0, 1)) {
266 $requestUrl = substr($restPath, 1);
268 $requestUrl = $this->servicePath . $restPath;