use strict;
use Carp;
use Moose;
use LWP::UserAgent;
use Net::Rexster::Response;
use Encode;
use JSON;
use URI::Escape;
use utf8;
has 'ua' => (is => 'ro', isa => "LWP::UserAgent", default => sub { L
::Rexster::Response->new(content => {});
}
# Decode from JSON and utf8
return Net::Rexster::Response->new(content => JSON->new->utf8->decode(decode_utf8($response->content)));
}
1; # Ma
I.
=head1 INTERFACE
All of the methods defined here return hash reference which converted form JSON response.
As Net::Rexster::Client provides low level interface, please use Data::Dumper to check