![]() |
![]()
| ![]() |
![]()
newUsage: my $user = new WWW::SourceForge::User( id => 1234 ); my $user2 = new WWW::SourceForge::User( username => 'rbowen' ); Returns: WWW::SourceForge::User object; projectsReturns an array of Project objects Data access AUTOLOADERHandles most of the data access for the Project object. Some parts of the data require special treatment. NAMEWWW::SourceForge::User - SourceForge user objects SYNOPSISUses the SourceForge API to load user details. This is a work in progress, and the interface will change. Mostly I'm just poking about to see what this needs to support. Please feel free to play along. http://sf.net/projects/sfprojecttools/ DESCRIPTIONImplements a Perl interface to SourceForge users. See http://sourceforge.net/p/forge/documentation/API/ USAGEuse WWW::SourceForge::User; my $user = WWW::SourceForge::User->new( username => 'rbowen' ); print $user->timezone; print Dumper( $user->projects ); BUGSNone SUPPORThttp://sourceforge.net/p/sfprojecttools/tickets/ AUTHORRich Bowen CPAN ID: RBOW SourceForge rbowen@sourceforge.net http://sf.net COPYRIGHTThis 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 ALSOperl(1).
|