CGI-Github-Webhook
view release on metacpan or search on metacpan
lib/CGI/Github/Webhook.pm view on Meta::CPAN
398399400401402403404405406407408409410411412413414415416417418The payload as passed as payload in the POST request
=head4 payload_json
The payload as passed as payload in the POST request if it is valid
JSON, else an error message in JSON format.
=head4 payload_perl
The payload as perl data structure (hashref) as decoded by
decode_json. If the payload was no valid JSON, it returns a hashref
containing either { payload => 'none' } if there was no payload, or {
error => ... } in case of a decode_json error had been caught.
=head1 SUBROUTINES/METHODS
=head2 deploy_badge
Copies file given as parameter to path given via badge_to
attribute. The parameter needs to be given without file suffix. The
( run in 0.375 second using v1.01-cache-2.11-cpan-4e96b696675 )