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
Returns a new Req.Request pre-configured for BoldSign.
Options
:api_key- (Required) Your BoldSign API key.:region- (Optional):us(default) or:eu.:base_url- (Optional) Override the base URL.
Remaining options are passed to Req.new/1.