Skip to content
This repository was archived by the owner on Mar 16, 2020. It is now read-only.

0.2.0

Choose a tag to compare

@hairyhenderson hairyhenderson released this 02 Feb 17:06
· 117 commits to master since this release

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 the list method. When using create, you need to populate the person or household object yourself.
  • PersonCommunications - Give a person ID at create time here (new F1.PersonCommunications(f1, '123')). Supports list.
  • HouseholdCommunications - Give a household ID at create time here (new F1.HouseholdCommunications(f1, '123')). Supports list.