PandaDoc

Provides an Elixir API to digitally signing documents using pandadoc.com.

Installation

If available in Hex, the package can be installed by adding pandadoc to your list of dependencies in mix.exs:

def deps do
  [
    {:pandadoc, "~> 0.1.1"}
  ]
end

Configuration

config :pandadoc, api_key: "<your api key>"

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/pandadoc.