rapidwebltd / php-google-contacts-v3-api

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

ContactFactory::getBySelfURL don't valid response #63

Open Marcin-J-PL opened 5 years ago

Marcin-J-PL commented 5 years ago

When i try get contact that does not exist i got php server error. I checked : $response = $val->getResponseBody();

This return string 'Contact not found.' There should be some validations.