DocuSign API Client
Unofficial DocuSign Elixir Library used to interact with the eSign REST API. Send, sign, and approve documents using this client.
Installation
The package can be installed by adding docusign to your list of dependencies in mix.exs:
def deps do
[
{:docusign, "~> 0.1.0"}
]
end
The docs can be found at https://hexdocs.pm/docusign.