summary refs log tree commit diff
path: root/lib/MooseX
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2009-11-26 17:53:24 +0100
committerfranck cuny <franck@lumberjaph.net>2009-11-26 17:53:24 +0100
commit5325b547144955f950d9009cc089dd26373fe5ab (patch)
tree7377116b96cbec5e695b8b2169c05e73a348d639 /lib/MooseX
parentmove class to lib (diff)
downloadmoosex-net-api-5325b547144955f950d9009cc089dd26373fe5ab.tar.gz
update POD
Diffstat (limited to 'lib/MooseX')
-rw-r--r--lib/MooseX/Net/API.pm8
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