Group
Extension

Matches 1

OpenSky-API ( O/OV/OVID/OpenSky-API-0.005.tar.gz, OVID, 2023; MetaCPAN )
OpenSky-API/lib/OpenSky/API.pm ( view source; MetaCPAN )
Config::INI::Reader;
use Carp qw( croak );

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

warnings::warnif( 'depreca
dits;
    if ( $self->debug ) {
        $self->_debug( $response->body );
    }
    return decode_json( $response->body );
}

# an easy target to override for testing
sub _GET ( $self, $url ) {
    $s

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