Net::HTTP::Spore::Meta::Method - create api method
my $spore_method = Net::HTTP::Spore::Meta::Method->wrap(
'user_timeline',
method => 'GET',
path => '/user/:name'
);
- path
- method
- description
- authentication
- base_url
- formats
- expected_status
- params
- documentation
- Franck Cuny <franck.cuny@gmail.com>
- Ash Berlin <ash@cpan.org>
- Ahmad Fatoum <athreef@cpan.org>
This software is copyright (c) 2012 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.