NAME
WebService::Postex - A Postex WebService implemenation in Perl
VERSION
version 0.006
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);
DESCRIPTION
A Perl API for connecting with the Postex REST API
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.
METHODS
generation_file_upload
generation_file_upload_check
generation_rest_upload
generation_rest_upload_check
generation_session_status
profile_file_upload
SEE ALSO
AUTHOR
Wesley Schwengle <waterkip@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2020 by Wesley Schwengle.
This is free software, licensed under:
The (three-clause) BSD License