googleapis / google-api-php-client

A PHP client library for accessing Google APIs
http://googleapis.github.io/google-api-php-client/
Apache License 2.0
9.31k stars 3.52k forks source link

feat: Add the protected apiVersion property #2588

Closed Hectorhammett closed 5 months ago

Hectorhammett commented 5 months ago

Add the protected apiVersion property to the Resource class to support the new api version header.

conventional-commit-lint-gcf[bot] commented 5 months ago

🤖 I detect that the PR title and the commit message differ and there's only one commit. To use the PR title for the commit history, you can use Github's automerge feature with squashing, or use automerge label. Good luck human!

-- conventional-commit-lint bot https://conventionalcommits.org/

Hectorhammett commented 5 months ago

@bshaffer Added!