congress/congress/api
Eric K 3c13cded2b datasource driver framework to accept webhook
Add an api/webhook_model and datasource_driver framework
so that a datasource driver can accept webhook
notifications by defining the _webhook_handler method.

Accepts webhook POST to the following URL scheme:
/v1/data-sources/<data-source-name>/webhook

Change-Id: I5d13ddcf6d355b6f2f498cfeca6ec7db2ff049b1
2018-05-14 17:05:00 -07:00
..
system Loads all available drivers by default 2018-03-27 11:54:10 +05:30
__init__.py Move API specific code to api subdirectory 2014-06-20 13:19:23 -07:00
action_model.py Fix sphinx warnings in docstring and re-enable autodoc 2017-10-13 17:56:16 +00:00
api_utils.py Check DB only to detect duplicate DS name on add 2016-09-22 13:50:26 -07:00
application.py Fix sphinx warnings in docstring and re-enable autodoc 2017-10-13 17:56:16 +00:00
base.py policy library DB interface, DSE service, API 2017-06-25 21:57:20 -07:00
datasource_model.py Fix py3 failures and enable py3 dsvm job 2017-11-23 08:22:07 +00:00
error_codes.py Make policy rule requests gives 404 (not 400) when policy not found 2016-09-22 19:42:06 -07:00
library_policy_model.py Distinguish between PUT and PATCH in API models 2018-01-16 16:45:52 -08:00
policy_model.py Fix py3 failures and enable py3 dsvm job 2017-11-23 08:22:07 +00:00
router.py datasource driver framework to accept webhook 2018-05-14 17:05:00 -07:00
row_model.py Distinguish between PUT and PATCH in API models 2018-01-16 16:45:52 -08:00
rule_model.py Fix sphinx warnings in docstring and re-enable autodoc 2017-10-13 17:56:16 +00:00
schema_model.py Fix sphinx warnings in docstring and re-enable autodoc 2017-10-13 17:56:16 +00:00
status_model.py Fix sphinx warnings in docstring and re-enable autodoc 2017-10-13 17:56:16 +00:00
table_model.py Fix sphinx warnings in docstring and re-enable autodoc 2017-10-13 17:56:16 +00:00
versions.py specify webob Response charset 2017-01-17 23:45:22 -08:00
webhook_model.py datasource driver framework to accept webhook 2018-05-14 17:05:00 -07:00
webservice.py Distinguish between PUT and PATCH in API models 2018-01-16 16:45:52 -08:00