diff options
Diffstat (limited to 'lib/MooseX')
-rw-r--r-- | lib/MooseX/Net/API.pm | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/MooseX/Net/API.pm b/lib/MooseX/Net/API.pm index b3653ec..707e5f4 100644 --- a/lib/MooseX/Net/API.pm +++ b/lib/MooseX/Net/API.pm @@ -367,7 +367,8 @@ MooseX::Net::API - Easily create client for net API =head1 DESCRIPTION -MooseX::Net::API is module to help to easily create a client to a web API +MooseX::Net::API is module to help to easily create a client to a web API. +This module is heavily inspired by what Net::Twitter does. =head2 METHODS @@ -426,6 +427,11 @@ list of required params. should we do an authenticated call +=item B<params_in_url> (optional) + +When you do a post, the content may have to be sent as arguments in the url, +and not as content in the header. + =back =back |