DESCRIPTION
A Perl API for connecting with the Postex REST API
SYNOPSIS
use WebService::Postex;
my $postex = WebService::Postex->new(
base_uri => 'https://demo.postex.com',
generator_id => 1234,
secret => 'yoursecret',
);
my %args = ();
$postex->generation_file_upload(%args);
ATTRIBUTES
base_uri
Required. The endpoint to which to talk to
generator_id
Required. The generator ID you get from Postex
secret
Required. The secret for the authorization token.