NAME
Net::HTTP::Spore::Meta::Method - create api method
VERSION
version 0.02
SYNOPSIS
my $spore_method = Net::HTTP::Spore::Meta::Method->wrap(
'user_timeline',
method => 'GET',
path => '/user/:name'
);
DESCRIPTION
METHODS
- path
- method
- description
- authentication
- base_url
- format
- expected
- params
- documentation
AUTHOR
franck cuny <franck@lumberjaph.net>
COPYRIGHT AND LICENSE
This software is copyright (c) 2010 by linkfluence.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.