google-api-php-client-services icon indicating copy to clipboard operation
google-api-php-client-services copied to clipboard

Results 96 google-api-php-client-services issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/googleapis/google-api-php-client-services). ## Config Migration Needed - [ ]...

type: process

[Policy Bot](https://github.com/googleapis/repo-automation-bots/tree/main/packages/policy#policy-bot) found one or more issues with this repository. - [x] Default branch is 'main' - [ ] Branch protection is enabled - [x] Merge commits disabled - [x]...

type: process
policybot

Add the protected `apiVersion` property to the generated resource classes when the discovery document contains the `apiVersion` field inside the resource fields.

**Is your feature request related to a problem? Please describe.** Currently in order to create a new Golden client for unit testing it is required to copy files from your...

The autoload was originally introduced in Pull Request #363 for supporting legacy classes. Main idea is to avoid hitting disc which is done with calling `file_exists(__DIR__ . '/../apiclient/src/Google/Client.php')` and looking...

There ~might be~ are other missing enums, but this one stood out to me: https://developers.google.com/wallet/reference/rest/v1/transitclass#TransitClass.TransitType Since I'm the maintainer of [eymengunay/php-passbook](https://github.com/eymengunay/php-passbook) project and we will have this repo as dependancy,...

Related / follow-up of https://github.com/googleapis/google-api-php-client-services/issues/172 **Is your feature request related to a problem? Please describe.** Currently some classes have properties that - can be NULL - have PHPDoc which suggests...

type: feature request

#### Environment details - OS: Linux - PHP version: 8.2 - Package name and version: 2.7.2 #### Steps to reproduce 1.Try calling generate tokens function; #### Code example ```php $this->gbp_verifications...

This package is the biggest composer package I have ever seen: 40Mb => 73Mb real (because a lot of small files) Just by itself it weights 50% of all my...

type: feature request