This repository was archived by the owner on Mar 16, 2020. It is now read-only.
0.2.0
Adding support for Communications.
This is a resource that behaves differently in different contexts, so there are actually 3 objects:
Communications- No context here. Can be useful if you don't want to decide your context up-front. Doesn't support thelistmethod. When usingcreate, you need to populate the person or household object yourself.PersonCommunications- Give a person ID at create time here (new F1.PersonCommunications(f1, '123')). Supportslist.HouseholdCommunications- Give a household ID at create time here (new F1.HouseholdCommunications(f1, '123')). Supportslist.