diff options
author | franck cuny <franck@lumberjaph.net> | 2009-11-26 17:53:24 +0100 |
---|---|---|
committer | franck cuny <franck@lumberjaph.net> | 2009-11-26 17:53:24 +0100 |
commit | 5325b547144955f950d9009cc089dd26373fe5ab (patch) | |
tree | 7377116b96cbec5e695b8b2169c05e73a348d639 | |
parent | move class to lib (diff) | |
download | moosex-net-api-5325b547144955f950d9009cc089dd26373fe5ab.tar.gz |
update POD
-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 |