Lines Matching refs:API

10 The Google API Client Library enables you to work with Google APIs such as Gmail, Drive or YouTube …
52API wrappers for a large number of Google APIs. In order that users may make use of the latest API
56 There are over 200 Google API services. The chances are good that you will not
166 1. Set the scopes required for the API you are going to call
194 (such as the [YouTube Data API](https://developers.google.com/youtube/v3/)) do
195 not support service accounts. Check with the specific API documentation if API
213 1. Set the scopes required for the API you are going to call
240 The classes used to call the API in [google-api-php-client-services](https://github.com/googleapis/…
242 A JSON request to the [Datastore API](https://developers.google.com/apis-explorer/#p/datastore/v1be…
290 However, as each property of the JSON API has a corresponding generated class, the above code could…
318 …lt to use this library without first understanding the JSON syntax for the API*, so it is recommen…
322 If Google Authentication is desired for external applications, or a Google API is not available yet…
333 * Set your method for authentication. Depending on the API, This could be
334 * directly with an access token, API key, or (recommended) using
383 It is often very useful to debug your API calls by viewing the raw HTTP request. This library suppo…
402 Google API Client uses [Guzzle](http://docs.guzzlephp.org/) as its default HTTP client. That means …
435 …ests can also be filed, as long as they are core library requests, and not-API specific: for those…
443 The _Google\Service_ classes are generally automatically generated from the API discovery documents…
461 Run the PHPUnit tests with PHPUnit. You can configure an API key and token in BaseTest.php to run a…