IRA::Client::REST::VERSION = '0.06';
}
use Moose;
# ABSTRACT: JIRA REST Client
use JSON qw(decode_json encode_json);
use Net::HTTP::Spore;
has '_client' => (
is => 'rw',
lazy => 1,
def
url => $self->url,
trace => $self->debug,
);
$client->enable('Format::JSON');
$client->enable('Auth::Basic', username => $self->username, password => $self->passwor
p://docs.atlassian.com/jira/REST/latest/>.
It is a thin wrapper, returning decoded version of the JSON without any munging
or mangling.
=head1 HEADS UP
This module is under development and some of t