The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Webservice::Judobase::Competitor - Athlete information from Judobase API.

ATTRIBUTES

ua

User agent is passed in from the base class.

url

URL for the API, passed in from the base class.

METHODS

best_results( id => INT )

Returns an array of hashes of competition results for a specific athlete.

birthdays_competitors( min_age => INT )

Returns an array of hashes of athletes over a certain age.

contests( id => INT )

Returns an array of hashes of contest for a specific athlete.

contests_statistics( id => INT )

TBD.

fights_statistics( id => INT )

TBD.

info( id => INT )

TBD.

wrl_current( id => INT )

TBD.

AUTHOR

Lance Wicks <lancew@cpan.org>

CONTRIBUTORS

COPYRIGHT

This software is Copyright (c) 2016-2021 by Lance Wicks.

LICENSE

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. See the LICENSE file in the distribution on CPAN for full text.

SEE ALSO