Boldsign (Boldsign v0.6.1)

Copy Markdown View Source

BoldSign API Client.

This client is built on top of Req. Following the "Small SDK" approach, Boldsign.new/1 returns a Req.Request struct that can be used with Req's functions or passed to the resource modules in this library.

Summary

Functions

Returns a new Req.Request pre-configured for BoldSign.

Functions

new(opts \\ [])

Returns a new Req.Request pre-configured for BoldSign.

Options

  • :api_key - (Optional) Your BoldSign API key.
  • :access_token - (Optional) Your BoldSign OAuth access token.
  • :region - (Optional) :us (default), :eu, :ca, or :au.
  • :base_url - (Optional) Override the base URL.

Remaining options are passed to Req.new/1.