Group
Extension

Matches 1

Rarbg-torrentapi ( P/PA/PACOEB/Rarbg-torrentapi-v0.2.0.tar.gz, PACOEB, 2019; MetaCPAN )
Rarbg-torrentapi/lib/Rarbg/torrentapi.pm ( view source; MetaCPAN )
e Rarbg::torrentapi;

use strict;
use 5.008_005;
our $VERSION = 'v0.2.0';
use LWP::UserAgent;
use JSON;
use Carp;
use Rarbg::torrentapi::Res;
use Rarbg::torrentapi::Error;
use Moose;

our $BASEURL = '
Rarbg-torrentapi'
);

has _format => (
    is      => 'ro',
    isa     => 'Str',
    default => 'json_extended'
);

has _ua => (
    is      => 'ro',
    default => sub {
        LWP::UserAgent->new(
" . $self->app_id;
    my $res_json = $self->_ua->get($url);
    if ( $res_json->is_success ) {
        $self->_token_time(time);
        my $res = decode_json( $res_json->decoded_content );
        r

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