Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lancew/webservice-judobase
- Owner: lancew
- Created: 2016-09-02T21:51:53.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-06-03T10:56:22.000Z (over 1 year ago)
- Last Synced: 2024-09-30T15:13:09.235Z (about 2 months ago)
- Topics: judo, judobase, perl
- Language: Perl
- Homepage:
- Size: 4.3 MB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.POD
- Changelog: Changes
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
=encoding UTF-8
=head1 NAME
Webservice::Judobase - Access the www.judobase.org API in perl.
=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