p;
use Moo;
use LWP::UserAgent;
use HTTP::Request::Common;
use URI::Escape;
use Data::Dumper;
use JSON;
use MIME::Base64;
use namespace::clean;
# ABSTRACT: communicates with GeoPost API
our $VERSION
GET',
path => '/shipping/job/',
header => {
Accept => 'application/json',
}
} ); # uncoverable statement
}
=head2 get_labels_for_job( $id, $forma
data => { # hashref of data for POST/PUT requests, converted to JSON for sending
key1 => 'value1',