MailingGroup API - Tighten up deprecations
authorTim Otten <totten@civicrm.org>
Fri, 24 Feb 2017 06:13:06 +0000 (23:13 -0700)
committerTim Otten <totten@civicrm.org>
Fri, 24 Feb 2017 06:17:08 +0000 (23:17 -0700)
commita8b7230d642059581b88083bda8be94715402baa
tree259c760e4612d92b134ea6d32eb1d8a50284c075
parent826e8a7e86c58a11a0245ee0cab6cc624e2b18eb
MailingGroup API - Tighten up deprecations

The `MailingGroup.php` includes some very different APIs, e.g.
 * Several 'event'(subscribue/resubscribe) APIs
 * Some CRUD APIs for mailing data

The deprecation applies to the 'event' (subscribe/resubscribe) APIs --
because those can be done another way.  However, the CRUD for `MailingGroup`
records is the only way to do access that data.
api/v3/MailingGroup.php