Lines Matching refs:library

28 The [docs folder](docs/) provides detailed guides for using this library.
40 … composer is installed, execute the following command in your project root to install this library:
52library relies on `google/apiclient-services`. That library provides up-to-date API wrappers for a…
110 with the name `google-api-php-client-[RELEASE_NAME].zip` for a package including this library and i…
263 Using this library, the same call would look something like this:
318 The method used is a matter of preference, but *it will be very difficult to use this library witho…
322 … for external applications, or a Google API is not available yet in this library, HTTP requests ca…
324 …you should use [`google/auth`](https://github.com/googleapis/google-auth-library-php#call-the-apis…
349 …other caching library to improve performance. This can be done by passing a [PSR-6](https://www.ph…
383 It is often very useful to debug your API calls by viewing the raw HTTP request. This library suppo…
396 Now all calls made by this library will appear in the Charles UI.
433 For support with the library the best place to ask is via the google-api-php-client tag on StackOve…
435library, please [file an issue](https://github.com/googleapis/google-api-php-client/issues) in the…
439library, file away! If X is an example of using a specific service, the best place to go is to the…
447 Some services return XML or similar by default, rather than JSON, which is what the library support…
457 The library strips out nulls from the objects sent to the Google APIs as it is the default value of…