Group
Extension

Matches 1

WWW-BetfairNG ( M/MY/MYRDDIN/WWW-BetfairNG-0.15.tar.gz, MYRDDIN, 2019; MetaCPAN )
WWW-BetfairNG/lib/WWW/BetfairNG.pm ( view source; MetaCPAN )
package WWW::BetfairNG;
use strict;
use warnings;
use HTTP::Tiny;
use JSON::MaybeXS;
use IO::Uncompress::Gunzip qw/gunzip $GunzipError/;
use Carp qw /croak/;

# Define Betfair Endpoints
use constant B
tbeat/json-rpc/v1/';
use constant BF_RSTATUS_ENDPOINT => 'https://api.betfair.com/exchange/scores/json-rpc/v1/';

=head1 NAME

WWW::BetfairNG - Object-oriented Perl interface to the Betfair JSON API

ich allows registered users to interact with it
using a JSON-based API. This module provides an interface to that service which handles
the JSON exchange, taking and returning perl data structures (us

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.