Group
Extension

Matches 1

WebService-Mackerel ( P/PA/PAPIX/WebService-Mackerel-0.05.tar.gz, PAPIX, 2017; MetaCPAN )
WebService-Mackerel/lib/WebService/Mackerel.pm ( view source; MetaCPAN )
package WebService::Mackerel;
use 5.008001;
use strict;
use warnings;
use Carp qw/croak/;
use JSON;
use HTTP::Tiny;
use URI;

our $VERSION = "0.05";

sub new {
    my ($class, %args) = @_;
    $args{a
'GET', $uri->as_string, {
            headers => {
                'content-type' => 'application/json',
                'X-Api-Key'    => $self->{api_key},
            },
        });
    return $res-
ckerel_origin} . $path, {
            content => encode_json $args,
            headers => {
                'content-type' => 'application/json',
                'X-Api-Key'    => $self->{api_key},
 

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