Group
Extension

Matches 1

LabKey-Query ( L/LA/LABKEY/LabKey-Query-1.07.tar.gz, LABKEY, 2020; MetaCPAN )
LabKey-Query/lib/LabKey/Query.pm ( view source; MetaCPAN )
that folder for this to work though.

=cut

package LabKey::Query;

use warnings;
use strict;
use JSON;
use Data::Dumper;
use FileHandle;
use File::Spec;
use File::HomeDir;
use Carp;


# Force all SSL
x{debug};

	my $json_obj = JSON->new->utf8->encode($data);

	my $req = POST $url;
	$req->content_length(length($json_obj));
	$req->content_type('application/json');
	$req->content($json_obj);
	$req->a
oded_content);
	}

	my $response_json = JSON->new->utf8->decode( $response->content )
	  || croak("ERROR: Unable to decode JSON.\n$url\n");
	  
  	return $response_json;
}

sub _createUserAgent {
	my 

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