google-api-php-client
google-api-php-client copied to clipboard
Move Google_Model, Google_Service, and Google_Collection to Services Repo
All the classes in google/apiclient-services
are dependent on Google_Model
, Google_Service
, and Google_Collection
. These classes are not required directly by any classes in this repository. Proper separation of concerns dictates these classes should be removed from this repository and placed in the services repository instead.