webhooks: initial release
- Adds REST API endpoint for receiving webhooks notifications from external services and pass the request payload to a Celery task for background processing.
Signed-off-by: Lars Holm Nielsen <lars.holm.nielsen@cern.ch>
webhooks: initial release
Signed-off-by: Lars Holm Nielsen <lars.holm.nielsen@cern.ch>
kuncar | Jun 4 2014, 16:04 |
Path | ||||
---|---|---|---|---|
A | (dir) | invenio/modules/webhooks/ | ||
P | invenio/modules/webhooks/__init__.py Copied from invenio/modules/communities/output_formats/__init__.py | |||
P | invenio/modules/webhooks/config.py Copied from invenio/modules/upgrader/api.py | |||
A | invenio/modules/webhooks/models.py | |||
P | invenio/modules/webhooks/registry.py Copied from invenio/modules/oauth2server/registry.py | |||
A | invenio/modules/webhooks/restful.py | |||
A | (dir) | invenio/modules/webhooks/testsuite/ | ||
P | invenio/modules/webhooks/testsuite/__init__.py Copied from invenio/modules/communities/output_formats/__init__.py | |||
A | invenio/modules/webhooks/testsuite/test_api.py | |||
A | invenio/modules/webhooks/testsuite/test_receivers.py | |||
A | (dir) | invenio/modules/webhooks/upgrades/ | ||
P | invenio/modules/webhooks/upgrades/__init__.py Copied from docs/__init__.py | |||
P | invenio/modules/webhooks/views.py Copied from invenio/testsuite/test_apps/first/views.py |