Module: SealClub

Defined in:
lib/sealclub.rb

Overview

Thin Ruby client for the seal.club PDF sealing API.

Defined Under Namespace

Classes: Client, Error

Constant Summary collapse

VERSION =
"0.1.0"
DEFAULT_BASE_URL =
"https://api.seal.club"
API_KEY_ENV =
%w[SEAL_API_KEY SEALCLUB_API_KEY SEAL_CLUB_API_KEY].freeze
BASE_URL_ENV =
%w[SEAL_API_BASE_URL SEALCLUB_API_URL SEAL_CLUB_API_BASE_URL].freeze