Group
Extension

Matches 1

WebService-Jandi-WebHook ( A/AA/AANOAA/WebService-Jandi-WebHook-v0.0.1.tar.gz, AANOAA, 2017; MetaCPAN )
WebService-Jandi-WebHook/lib/WebService/Jandi/WebHook.pm ( view source; MetaCPAN )
ervice::Jandi::WebHook::VERSION = 'v0.0.1';
use strict;
use warnings;

use HTTP::Tiny;
use JSON qw/encode_json/;

=encoding utf8

=head1 NAME

WebService::Jandi::WebHook - Perl interface to Jandi Serv
',
                accept         => 'application/vnd.tosslab.jandi-v2+json',
                'content-type' => 'application/json',
            }
        ),
    };

    bless $self, $class;
    return
ge } unless ref $message;
    my $json = encode_json($message);
    my $res  = $self->{http}->request(
        'POST',
        $self->{url},
        { content => $json }
    );

    return $res;
}

=h

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.