Lines Matching refs:in

12 …pported by Google.  However, the libraries are considered complete and are in maintenance mode. Th…
40 Once composer is installed, execute the following command in your project root to install this libr…
52 …leapis/google-api-php-client-services/releases) yourself prior to using this library in production.
59 you want to keep in `composer.json`:
81 **IMPORTANT**: If you add any services back in `composer.json`, you will need to
109 If you prefer not to use composer, you can download the package in its entirety. The [Releases](htt…
112 Uncompress the zip file you download, and include the autoloader in your project:
122 view them in your browser by running the php built-in web server.
129 (in the above example, `http://localhost:8000`).
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
191 > An example of this can be seen in [`examples/service-account.php`](examples/service-account.php).
240in [google-api-php-client-services](https://github.com/googleapis/google-api-php-client-services) …
322 …is desired for external applications, or a Google API is not available yet in this library, HTTP r…
396 Now all calls made by this library will appear in the Charles UI.
398 One additional step is required in Charles to view SSL requests. Go to **Charles > Proxy > SSL Prox…
402 …ts default HTTP client. That means that you can control your HTTP requests in the same manner you …
435 …file an issue](https://github.com/googleapis/google-api-php-client/issues) in the GitHub issues tr…
443 …ith unusual names, which can cause some unexpected or non-standard style naming in the PHP classes.
461 Run the PHPUnit tests with PHPUnit. You can configure an API key and token in BaseTest.php to run a…