diff options
| author | franck cuny <franck@lumberjaph.net> | 2010-10-12 17:18:25 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2010-10-12 17:18:25 +0200 |
| commit | 85a634ef2e68115636e8a17becbc6a968cab0eae (patch) | |
| tree | 830bd34674ce8a15bfb6621c89a39a36f0bb2883 /lib/Net/HTTP/Spore/Meta | |
| parent | add enable_if feature + tests (diff) | |
| download | net-http-spore-85a634ef2e68115636e8a17becbc6a968cab0eae.tar.gz | |
update POD
Diffstat (limited to 'lib/Net/HTTP/Spore/Meta')
| -rw-r--r-- | lib/Net/HTTP/Spore/Meta/Method.pm | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/lib/Net/HTTP/Spore/Meta/Method.pm b/lib/Net/HTTP/Spore/Meta/Method.pm index 3494350..3567497 100644 --- a/lib/Net/HTTP/Spore/Meta/Method.pm +++ b/lib/Net/HTTP/Spore/Meta/Method.pm @@ -163,5 +163,34 @@ sub wrap { =head1 SYNOPSIS + my $spore_method = Net::HTTP::Spore::Meta::Method->wrap( + 'user_timeline', + method => 'GET', + path => '/user/:name' + ); + =head1 DESCRIPTION +=head1 METHODS + +=over 4 + +=item B<path> + +=item B<method> + +=item B<description> + +=item B<authentication> + +=item B<base_url> + +=item B<format> + +=item B<expected> + +=item B<params> + +=item B<documentation> + +=back |
