Group
Extension

Matches 1

WWW-Datafinder ( M/MA/MANOWAR/WWW-Datafinder-0.03.tar.gz, MANOWAR, 2017; MetaCPAN )
WWW-Datafinder/lib/WWW/Datafinder.pm ( view source; MetaCPAN )
n 0.03

=cut

our $VERSION = '0.03';

use Carp qw(cluck);
use Data::Dumper;
use REST::Client;
use JSON::XS;
use URI;
use Scalar::Util qw(blessed reftype);
use Readonly;
use Exporter 'import';
use File
de_json( $response->responseContent() ) };
    if ($@) {
        cluck(  "Cannot parse response content "
              . $response->responseContent()
              . ", error msg: $@. Is this JSON?" 
$query_params);
    my $headers = { 'Content-Type' => 'application/json' };
    my $response;
    #    print "JSON data ".encode_json($data);

    my $f = $self->_cache_file_name($query_params, $data)

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