cycloidio / webhook

webhook is a lightweight configurable tool written in Go, that allows you to easily create HTTP endpoints (hooks) on your server, which you can use to execute configured commands.
MIT License
1 stars 0 forks source link

Add API call to possibility instead of command #4

Open xlr-8 opened 8 years ago

xlr-8 commented 8 years ago

It would be nice to be able to do an API call rather than launching a command. That implies to have an URL, Headers, Body in the hook definition - parameters can still be kept though.