rapidwebltd / php-google-contacts-v3-api

👥 PHP library for the Google Contacts API (v3)
MIT License
102 stars 64 forks source link

Perhaps integrate multi-user support #2

Closed DivineOmega closed 7 years ago

kettenbach-it commented 8 years ago

I don't know what you exactly mean with "multi-user support". But attached you'll find a patch, that enables your library to be used with different google-accounts without touching .config.json. It's done by supplying a json-object to GetAll(). This way, you can pull several google-accounts in just one script.

multiuser.patch.txt

DivineOmega commented 7 years ago

This has been resolved by https://github.com/rapidwebltd/php-google-contacts-v3-api/pull/38.