GitHubWebhook
A fork from gh_webhook_plug, with some additional functionality:
- pass along webhook headers in a keyword list
- updates for OTP functionality and updated Elixir conventions
Installation
The package can be installed by adding github_webhook to your list of dependencies in mix.exs:
def deps do
[
{:github_webhook, "~> 0.1.0"}
]
endThe docs can be found at https://hexdocs.pm/github_webhook.