Deprecated.
NAME
WWW::Ohloh::API::Kudos
VERSION
version 1.0.2
SYNOPSIS
use WWW::Ohloh::API;
my $ohloh = WWW::Ohloh::API->new( api_key => $my_api_key );
my $kudos = $ohloh->get_kudos( id => $account_id );
my @received = $kudos->received;
my @sent = $kudos->sent;
DESCRIPTION
W::O::A::Kudos returns the kudos received and given by an Ohloh account. To be properly populated, it must be created via the get_kudos
method of a WWW::Ohloh::API object.
NAME
WWW::Ohloh::API::Kudos - Ohloh kudos sent and received by an account
METHODS
all
Return the retrieved languages' information as WWW::Ohloh::API::Kudos objects.
as_xml
Return the kudos as an XML string. Note that this is not the same xml document as returned by the Ohloh server.
SEE ALSO
WWW::Ohloh::API, WWW::Ohloh::API::Kudo, WWW::Ohloh::API::Language, WWW::Ohloh::API::Project, WWW::Ohloh::API::Analysis, WWW::Ohloh::API::Account.
Ohloh API reference: http://www.ohloh.net/api/getting_started
Ohloh Account API reference: http://www.ohloh.net/api/reference/kudo
VERSION
This document describes WWW::Ohloh::API version 1.0_1
BUGS AND LIMITATIONS
WWW::Ohloh::API is very extremely alpha quality. It'll improve, but till then: Caveat emptor.
Please report any bugs or feature requests to bug-www-ohloh-api@rt.cpan.org
, or through the web interface at http://rt.cpan.org.
AUTHOR
Yanick Champoux <yanick@cpan.org>
LICENCE AND COPYRIGHT
Copyright (c) 2008, Yanick Champoux <yanick@cpan.org>
. All rights reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.
AUTHOR
Yanick Champoux <yanick@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2025, 2008 by Yanick Champoux.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.