-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement hooks #4
Comments
Had this thought from #21. When building out hooks there should be a general hook where any service can POST to |
By totally configure-less you mean on the backend right? |
In building this out I would probably look to bring On Wed, Nov 16, 2016, 4:23 PM Dimitrios Zorbas [email protected]
|
Oh i see, one can though even now create a dashboard only using |
Currently one can update a widget either using a job or HTTP POST to
/widgets/:id
.We could also allow settings hooks for easier integration with external services.
Example usage with GitHub webhooks:
Kitto with the above hook definition would pass the request context and handling of
POST /hooks/github_issues
to the code in the hook.The text was updated successfully, but these errors were encountered: