Version: | 0.1.0 |
---|---|
Source: | https://github.com/maykinmedia/notifications-api-common |
Keywords: | notifications, REST, API, Common Ground, ZGW |
PythonVersion: | 3.9 |
Re-usable integration layer for the Common Ground Notifications API specification.
- Define your own notifications channels
- Easily emit notifications from your API endpoints (using DRF)
- Manage subscriptions to receive notifications
- Python 3.7 or above
- setuptools 30.3.0 or above
- Django 3.2 or newer
pip install notifications-api-common
See the documentation.