The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

WWW::Coderwall::User

VERSION

version 0.002

ATTRIBUTES

username

coderwall username

name

Full name

location

The location set in the user's coderwall profile

endorsements

The number of endorsements the user has received

team

The team that the user belongs to.

accounts

A hash of accounts that the user has added in their profile

badges

An array of badges that the user has earned

METHODS

new_from_username

Returns a new WWW::Coderwall::User object created with information from a call to the API with a given username.

AUTHOR

Robert Picard <mail@robert.io>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Robert Picard.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.