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

Move Google_Model, Google_Service, and Google_Collection to Services Repo

Open bshaffer opened this issue 7 years ago • 0 comments

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.

bshaffer avatar May 10 '17 16:05 bshaffer