Group
Extension

Matches 1

WebService-OpenSky ( O/OV/OVID/WebService-OpenSky-0.5.tar.gz, OVID, 2025; MetaCPAN )
WebService-OpenSky/lib/WebService/OpenSky.pm ( view source; MetaCPAN )
use PerlX::Maybe;
use Config::INI::Reader;

use Mojo::UserAgent;
use Mojo::URL;
use Mojo::JSON qw( decode_json );
use Type::Params -sigs;

our $VERSION = '0.5';

param config => (
    is      => 'ro',
g ) {
        $self->_debug($response_body);
    }
    my $raw_response = $response_body ? decode_json($response_body) : undef;
    return $response_class->new(
        route              => $route,
 

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