From 5325b547144955f950d9009cc089dd26373fe5ab Mon Sep 17 00:00:00 2001 From: franck cuny Date: Thu, 26 Nov 2009 17:53:24 +0100 Subject: update POD --- lib/MooseX/Net/API.pm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'lib/MooseX') 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 (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 -- cgit 1.4.1