NAME
GitHub::WebHook - Collection of GitHub WebHook handlers
DESCRIPTION
GitHub::Webhook provides handlers that receive GitHub WebHooks. A Perl module in the GitHub::WebHook namespace is expected to implement a method named call
which is called with the following parameters:
- payload
-
The encoded webhook payload
- event
-
The type of webhook event e.g.
pull
- delivery
-
A unique delivery ID
- logger
-
A logger object
See Plack::GitHub::WebHook for an introduction.
HANDLERS
COPYRIGHT AND LICENSE
Copyright Jakob Voss, 2015-
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.