The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WebService::Mackerel - API Client for mackerel.io

SYNOPSIS

    use WebService::Mackerel;
    my $mackerel = WebService::Mackerel->new(api_key => 'key', service_name => 'service');

DESCRIPTION

WebService::Mackerel is API Client for mackerel.io

LICENSE

Copyright (C) Tatsuro Hisamori.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

Tatsuro Hisamori <myfinder@cpan.org>