The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

VERSION

version 0.003

SYNOPSIS

    use WebService::ValidSign;

    my $client = WebService::ValidSign->new(
        secret   => "Your API key",
        endpoint => 'https://hostname.validsign.nl/api'
    );

    $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