Closed draffensperger closed 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.
Contact
photo_with_metadata
birthday
organizations
websites
addresses
Looks good, I am factoring out getting the "photo link entry" now, which I will apply after merging this
Awesome, good thought on the refactor.
This adds the following methods to
Contact
:photo_with_metadata
,birthday
,organizations
andwebsites
. It also has a fix for theaddresses
method. I also did a small refactor for formatting the entities for the multi-value fields.