integrations: Add webhook code, API endpoint, and tests for GoSquared.

This commit is contained in:
Jackson
2016-12-18 12:08:22 +11:00
committed by showell
parent db894b9912
commit 4ff4f12aea
5 changed files with 229 additions and 0 deletions

View File

@@ -125,6 +125,7 @@ WEBHOOK_INTEGRATIONS = [
function='zerver.views.webhooks.github_webhook.api_github_webhook'
),
WebhookIntegration('gitlab', display_name='GitLab'),
WebhookIntegration('gosquared', display_name='GoSquared'),
WebhookIntegration('helloworld', display_name='Hello World'),
WebhookIntegration('heroku', display_name='Heroku'),
WebhookIntegration('ifttt', function='zerver.views.webhooks.ifttt.api_iftt_app_webhook', display_name='IFTTT'),