You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
v0.200.0
Improvements
Generated classes now use namespaces
Generated classes have been moved from src/Google/Service to src
Modern [] array syntax is used instead of array()
Service classes now accept an optional Google\Client|array $clientOrConfig parameter as their constructor instead of requiring an instance of Google\Client
::class is used for evaluating class names
Backwards-Compatibility
The autoloader in autoload.php ensures backwards compatibility with google/apiclient
Every class file calls class_alias to create an alias for the legacy class name.
Tests have been added to check forward and backwards compatibility (see tests/VendorTest.php)