
Net::HTTP::Spore::Meta::Method - create api method

version 0.04

my $spore_method = Net::HTTP::Spore::Meta::Method->wrap(
'user_timeline',
method => 'GET',
path => '/user/:name'
);



franck cuny <franck@lumberjaph.net>

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.