WebService::Strava::Athlete - A Strava Athlete Object
version 0.06
my $athlete = WebService::Strava::Athelete->new( auth => $auth, [id => '229781'] );
Upon instantiation will retrieve the athlete matching the id. Requires a pre-authenticated WebService::Strava::Auth object.
$athlete->list_records([page => 2], [efforts => 100])'
Returns an arrayRef K|Q of Mountain + Course record Segment effort objects for the instantiated athlete. Takes 2 optional parameters of 'page' and 'efforts'.
The results are paginated and a maximum of 200 results can be returned per page.
Leon Wright < techman@cpan.org >
This software is copyright (c) 2014 by Leon Wright.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
To install WebService::Strava, copy and paste the appropriate command in to your terminal.
cpanm
cpanm WebService::Strava
CPAN shell
perl -MCPAN -e shell install WebService::Strava
For more information on module installation, please visit the detailed CPAN module installation guide.