Group
Extension

Matches 1

WoW-Armory-API ( S/SI/SILENCER/WoW-Armory-API-1.031.tar.gz, SILENCER, 2012; MetaCPAN )
WoW-Armory-API/lib/WoW/Armory/API.pm ( view source; MetaCPAN )
  WOW_ARENA_TEAM_2 WOW_ARENA_TEAM_3 WOW_ARENA_TEAM_5
);

use URI::Escape;
use LWP::UserAgent;
use JSON::XS;

use constant WOW_REGIONS =>
{
    us  => { api_host => 'us.battle.net'       , locales => [
 = $self->{ua}->get($url);

    #return undef if !$res->is_success;

    my $data = eval { decode_json $res->decoded_content };

    return $@ ? undef : $data;
}

__PACKAGE__->_init_package;

1;

=hea

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