The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Mackerel::Client - API Client for mackerel.io

SYNOPSIS

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

DESCRIPTION

Mackerel::Client 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>