Home
last modified time | relevance | path

Searched refs:Google_REST (Results 1 – 4 of 4) sorted by relevance

/plugin/authgoogle/google/service/
H A DGoogle_ServiceResource.php154 $url = Google_REST::createRequestUri($servicePath, $method['path'], $parameters);
186 return Google_REST::execute($httpRequest);
H A DGoogle_BatchRequest.php98 $response = Google_REST::decodeHttpResponse($response);
H A DGoogle_MediaFileUpload.php237 return Google_REST::decodeHttpResponse($response);
/plugin/authgoogle/google/io/
H A DGoogle_REST.php24 class Google_REST { class