package WWW::Mailchimp;
use Moo;
use LWP;
use JSON;
use URI;
use PHP::HTTPBuildQuery qw(http_build_query);
use MooX::Types::MooseLike::Base qw(Int InstanceOf Num Str);
use Sub::Name;
our $VERSION = '
himp->new(apikey => $apikey);
# defaults ( datacenter => 'us1', timeout => 5, output_format => 'json', api_version => 1.3 )
my $campaigns = $mailchimp->campaigns;
my $lists = $mailchimp->lists;
on by default. This is also uri_escaped
=head1 BUGS
Currently, this module is hardcoded to JSON::from_json the result of the LWP request.
This should be changed to be dependent on the output_format.