yyyc514 / campaign_monitor forked from patientslikeme/campaign_monitor

Ruby gem for accessing the Campaign Monitor API with support for new API keys, hex IDs, and custom subscriber fields.

This URL has Read+Write access

campaign_monitor / TODO
100644 6 lines (5 sloc) 0.357 kb
1
2
3
4
5
6
* Decide on convents about when to raise and when to return true/false
 
  So far I've kind of taken the stance if we're retrieving a list and there
  are only two possible failures (APIKey or primary key) to raise if there
  is an error but for update/save/create operations to return true/false
  and then let the user probe @object.result for more details