Group
Extension

Matches 1

WWW-RiotGames-LeagueOfLegends ( A/AR/ARCANEZ/WWW-RiotGames-LeagueOfLegends-0.0001.tar.gz, ARCANEZ, 2017; MetaCPAN )
WWW-RiotGames-LeagueOfLegends/lib/WWW/RiotGames/LeagueOfLegends.pm ( view source; MetaCPAN )
package WWW::RiotGames::LeagueOfLegends;
use strict;
use warnings;
use Moo;
use LWP;
use JSON;
use URI;
use Sub::Name;
use Types::Standard qw(Str Int Enum InstanceOf Bool);
use Function::Parameters;

eout => (
  is => 'rw',
  isa => Int,
  lazy => 1,
  default => sub { 5 },
);

has json => (
  isa => InstanceOf['JSON'],
  is => 'lazy',
  handles => [ qw(decode) ],
);

has debug => (
  is => 'rw',
' ' . $VERSION, ssl_opts => { verify_hostname => 0, SSL_verify_mode => 0x00 } );
}

sub _build_json { JSON->new->utf8->allow_nonref }

method champion_mastery( Int :$summoner_id, Int :$champion_id = 0

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