Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lancew/webservice-judobase

WIP wrapper around the Judobase API in Perl5
https://github.com/lancew/webservice-judobase

judo judobase perl

Last synced: about 1 month ago
JSON representation

WIP wrapper around the Judobase API in Perl5

Awesome Lists containing this project

README

        

=encoding UTF-8

=head1 NAME

Webservice::Judobase - Access the www.judobase.org API in perl.

=for HTML



=head1 DESCRIPTION

Simple wrapper around the www.judobase.org API to make working with the
Judobase API easier

=head1 SYNOPSIS

To be written.

=head1 SUBLASSES / INTERFACES / ATTRIBUTES

=head2 competitor

Interface to Webservice::Judobase::Competitor, lazy builds by default using the $ua and $url (to API) from this class.

=head2 contests

Interface to Webservice::Judobase::Contests, lazy builds by default using the $ua and $url (to API) from this class.

=head2 country

Interface to Webservice::Judobase::Country, lazy builds by default using the $ua and $url (to API) from this class.

=head2 general

Interface to Webservice::Judobase::General, lazy builds by default using the $ua and $url (to API) from this class.

=head1 METHODS

=head2 status()

Basic status check for the API.

Returns 1, if API returns 200, 0 if not.

=head1 AUTHOR

Lance Wicks

=head1 CONTRIBUTORS

=head1 COPYRIGHT

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

=head1 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.

=head1 SEE ALSO