Group
Extension

Matches 2

WebService-Yahoo-BOSS ( P/PH/PHRED/WebService-Yahoo-BOSS-0.07.tar.gz, PHRED, 2011; MetaCPAN )
WebService-Yahoo-BOSS/lib/WebService/Yahoo/BOSS.pm ( view source; MetaCPAN )
search";
    }

    $args{format} ||= 'json';
    $args{count} = 10;
    die 'only json format supported, xml patches welcome'
      unless $args{format} eq 'json';

    $args{filter} = '-porn';

    
WebService-Yahoo-BOSS ( P/PH/PHRED/WebService-Yahoo-BOSS-0.07.tar.gz, PHRED, 2011; MetaCPAN )
WebService-Yahoo-BOSS/lib/WebService/Yahoo/BOSS/Response.pm ( view source; MetaCPAN )
se - Response class for Yahoo BOSS searches

=cut

use strict;
use warnings;

use Any::Moose;
use JSON::XS ();
use Data::Dumper;

use WebService::Yahoo::BOSS::Response::Web;

has 'count'        => ( i
ct]', required => 1 );

sub parse {
    my ( $class, $content ) = @_;

    my $response = JSON::XS::decode_json($content);

    my $rc = $response->{bossresponse}->{responsecode};

    die "Boss respo

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