NAME
WebService::ValidSign::API::Constructor - A REST API client for ValidSign
VERSION
version 0.004
SYNOPSIS
my
$client
= WebService::ValidSign->new(
secret
=>
"Your API key"
,
);
$client
->
ATTRIBUTES
- api_uri
-
The API URI endpoint as described in the Acceplication Integrator's Guide
- lwp
-
An LWP::UserAgent object. If you extend this module you can use your own builder or just inject something that respects the LWP::UserAgent API.
METHODS
AUTHOR
Wesley Schwengle <waterkip@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2019 by Wesley Schwengle.
This is free software, licensed under:
The (three-clause) BSD License