aliang / google_contacts_api

Google Contacts API for ruby, unofficial
Other
46 stars 26 forks source link

Add more contact fields #8

Closed draffensperger closed 9 years ago

draffensperger commented 9 years ago

This adds the following methods to Contact: photo_with_metadata, birthday, organizations and websites. It also has a fix for the addresses method. I also did a small refactor for formatting the entities for the multi-value fields.

aliang commented 9 years ago

Looks good, I am factoring out getting the "photo link entry" now, which I will apply after merging this

draffensperger commented 9 years ago

Awesome, good thought on the refactor.