This package implements the PandaDoc.com API for digitally signing documents with Elixir.
If you need more of their API, just launch a Pull Request.
This package can be installed by adding pandadoc
to your list of dependencies in mix.exs
:
def deps do
[{:pandadoc, "~> 0.1.2"}]
end
Put the following lines into your config.exs
or better, into your environment configuration files like test.exs
, dev.exs
or prod.exs
.
config :pandadoc, api_key: "<your api key>"
Documentation can be found at https://hexdocs.pm/pandadoc.