NAME
Webservice::Judobase - Access the www.judobase.org API in perl.
DESCRIPTION
Simple wrapper around the www.judobase.org API to make working with the Judobase API easier
SYNOPSIS
To be written.
SUBLASSES / INTERFACES / ATTRIBUTES
competitor
Interface to Webservice::Judobase::Competitor, lazy builds by default using the $ua and $url (to API) from this class.
contests
Interface to Webservice::Judobase::Contests, lazy builds by default using the $ua and $url (to API) from this class.
country
Interface to Webservice::Judobase::Country, lazy builds by default using the $ua and $url (to API) from this class.
general
Interface to Webservice::Judobase::General, lazy builds by default using the $ua and $url (to API) from this class.
METHODS
status()
Basic status check for the API.
Returns 1, if API returns 200, 0 if not.
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.