Group
Extension

Matches 1

WebService-Reactio ( P/PA/PAPIX/WebService-Reactio-0.03.tar.gz, PAPIX, 2015; MetaCPAN )
WebService-Reactio/lib/WebService/Reactio.pm ( view source; MetaCPAN )
package WebService::Reactio;
use 5.008001;
use strict;
use warnings;

use Carp;
use Furl;
use JSON;

our $VERSION = "0.03";

use parent qw/
    WebService::Reactio::Incident
/;

sub new {
    my ($cla
pe' => 'application/json',
            'Accept'       => 'application/json',
        ],
        content    => $content ? encode_json($content) : undef,
    );
    return decode_json($response->content

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