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>