Lines Matching refs:this

28 The [docs folder](docs/) provides detailed guides for using this library.
40 Once composer is installed, execute the following command in your project root to install this libr…
52this library does not pin to a specific version of `google/apiclient-services`. **In order to prev…
110 with the name `google-api-php-client-[RELEASE_NAME].zip` for a package including this library and i…
155 > An example of this can be seen in [`examples/simple-file-upload.php`](examples/simple-file-upload…
175 // Your redirect URI can be any registered URI, but in this example
176 // we redirect back to this same page
191 > An example of this can be seen in [`examples/service-account.php`](examples/service-account.php).
227 …c JSON key instead of using `GOOGLE_APPLICATION_CREDENTIALS` environment variable, you can do this:
242 …rs.google.com/apis-explorer/#p/datastore/v1beta3/datastore.projects.runQuery) would look like this:
263 Using this library, the same call would look something like this:
269 // build the query - this maps directly to the JSON
290 …f the JSON API has a corresponding generated class, the above code could also be written like this:
318 The method used is a matter of preference, but *it will be very difficult to use this library witho…
322 …esired for external applications, or a Google API is not available yet in this library, HTTP reque…
324 If you are installing this client only to authenticate your own HTTP client requests, you should us…
363 In this example we use [PHP Cache](http://www.php-cache.com/). Add this to your project with compos…
371 …e useful to perform some action when a new access token is granted. To do this, pass a callable to…
396 Now all calls made by this library will appear in the Charles UI.
398 …* and add the domain you'd like captured. In the case of the Google APIs, this is usually `*.googl…
457 … the default value of all of the uninitialized properties. To work around this, set the field you …
461 … can configure an API key and token in BaseTest.php to run all calls, but this will require some s…