new
Usage : my $sfapi = new WWW::SourceForge::API;
Returns : WWW::SourceForge::API object
call
Usage : my $json = $sfapi->call(
method => whatever,
arg1 => 'value',
arg2 => 'another value'
);
Returns : JSON string of the response. I think. Not sure yet. It might
return a json_to_perl thingy. We'll see. Stay tuned.
Calls a particular method in the SourceForge API. Other args are passed as args to that call.
NAME
WWW::SourceForge::API - Interface to SourceForge's APIs - http://sourceforge.net/p/forge/documentation/API/
SYNOPSIS
use WWW::SourceForge::API;
blah blah blah
DESCRIPTION
Implements a Perl interface to the SourceForge API, documented here: http://sourceforge.net/p/forge/documentation/API/
USAGE
use WWW::SourceForge::API;
my $sfapi = new WWW::SourceForge::API;
my $user_details = $sfapi->user_details( 'rbowen' );
BUGS
None
SUPPORT
http://sourceforge.net/p/sfprojecttools/tickets/
AUTHOR
Rich Bowen
CPAN ID: RBOW
SourceForge
rbowen@sourceforge.net
http://sf.net
COPYRIGHT
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included with this module.
SEE ALSO
perl(1).