NAME

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

VERSION

version 0.09

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
formats
expected_status
params
documentation

AUTHORS

  • Franck Cuny <franck.cuny@gmail.com>

  • Ash Berlin <ash@cpan.org>

  • Ahmad Fatoum <athreef@cpan.org>

COPYRIGHT AND LICENSE

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.