- Added
NotificationsAPIClient.send_letter_notification():- functions similarly to
send_sms_notificationandsend_email_notification, however, address details are provided in the personalisation dict. - See more details in the README
- functions similarly to
- Update to
NotificationsAPIClient.get_template(id):- the
dictreturned has changed, learn more from the README.
- the
- Update to
NotificationsAPIClient.get_template_version(id, version):- the
dictreturned has changed, learn more from the README.
- the
- Update to
NotificationsAPIClient.get_all_templates(template_type=None):- the
dictreturned has changed, learn more from the README
- the
- Replaced
NotificationsAPIClient.get_template_preview(id)function withNotificationsAPIClient.post_template_preview(id, persionalisation):- See more details here README
NotificationsAPIClient.get_all_notifications()- Notifications can be now be filtered by
reference, see the README for details. - NotificationList response has changed, see the README for details.
- Notifications can be now be filtered by
- Python 2.7 supported
- Using version 2 of the notification-api.
- When creating a new NotificationsAPIClient the optional parameter of service_id has been removed. The api_key is a combined string contain the api_key and the service_id
- Update to
NotificationsAPIClient.send_sms_notification():- added
reference: an optional unique identifier for the notification or an identifier for a batch of notifications.referencecan be omitted. - the
dictreturned has changed, learn more from the README.
- added
- Update to
NotificationClient.send_email_notification():- added
reference: an optional unique identifier for the notification or an identifier for a batch of notifications.referencecan be omitted. - the
dictreturned has changed, learn more from the README.
- added
- Update to the response of
NotificationsAPIClient.get_notification_by_id(id), see the README for details.
BaseClientmethod signature:base_urlis now optional. See #41BaseClientmethod signature:api_keyis now a positional argument. See #41
- Replace asserts with proper exceptions in jwt token code. See #40
Changelog not recorded - please see pull requests on github.