Group
Extension

Matches 1

WebService-Pokemon ( K/KI/KIANMENG/WebService-Pokemon-0.11.tar.gz, KIANMENG, 2019; MetaCPAN )
WebService-Pokemon/lib/WebService/Pokemon.pm ( view source; MetaCPAN )
In case the api_url was updated.
    $self->server($self->api_url);
    $self->type(q|application/json|);

    my $endpoint = q||;
    $endpoint .= qq|/$resource|;
    $endpoint .= qq|/$id_or_name| if

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