Home
last modified time | relevance | path

Searched refs:createRequestUri (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient/src/Service/
H A DResource.php195 $url = $this->createRequestUri(
262 public function createRequestUri($restPath, $params) function in Google\\Service\\Resource
/plugin/authgoogle/google/io/
H A DGoogle_REST.php88 static function createRequestUri($servicePath, $restPath, $params) { function in Google_REST
/plugin/authgoogle/google/service/
H A DGoogle_ServiceResource.php154 $url = Google_REST::createRequestUri($servicePath, $method['path'], $parameters);