CGI-Github-Webhook

 view release on metacpan or  search on metacpan

lib/CGI/Github/Webhook.pm  view on Meta::CPAN

398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
The 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 )