Skip to content

fbettag/pandadoc.ex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PandaDoc

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.

Installation

This package can be installed by adding pandadoc to your list of dependencies in mix.exs:

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

Configuration

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

Documentation can be found at https://hexdocs.pm/pandadoc.

About

Elixir API for using pandadoc.com document signing services

Topics

Resources

License

Stars

Watchers

Forks

Languages