NAME

WebService::ValidSign::API - A REST API client for ValidSign

VERSION

version 0.004

SYNOPSIS

use WebService::ValidSign;

my $client = WebService::ValidSign->new(
    endpoint => 'https://hostname.validsign.nl/api'
);

$client->

ATTRIBUTES

endpoint

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