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)