# `Boldsign`
[🔗](https://github.com/neilberkman/boldsign/blob/v0.6.1/lib/boldsign.ex#L1)

BoldSign API Client.

This client is built on top of [Req](https://github.com/wojtekmach/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.

# `new`

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`.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
