Version: | 0.3.0 |
---|---|
Source: | https://github.com/maykinmedia/notifications-api-common |
Keywords: | notifications, REST, API, Common Ground, ZGW |
PythonVersion: | 3.10 |
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.10 or above
- setuptools 30.3.0 or above
- Django 4.2 or newer
- Celery 5.0 or newer setup with one worker deployed
pip install notifications-api-common
See the documentation.