about summary refs log tree commit diff
path: root/lib/Net/HTTP/API/Meta/Class.pm
blob: 6c5e577e0a127a4bcc32e3221ccfa7fb6779d943 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
package Net::HTTP::API::Meta::Class;

# ABSTRACT: metaclass for all API client

use Moose::Role;

with qw/
    Net::HTTP::API::Meta::Method::APIMethod
    Net::HTTP::API::Meta::Method::APIDeclare
    /;

1;

__END__

=head1 SYNOPSIS

=head1 DESCRIPTION