Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fbettag/pandadoc.ex

Elixir API for using pandadoc.com document signing services
https://github.com/fbettag/pandadoc.ex

elixir pandadoc pandadoc-api phoenix-framework

Last synced: about 1 month ago
JSON representation

Elixir API for using pandadoc.com document signing services

Awesome Lists containing this project

README

        

# PandaDoc

This package implements the [PandaDoc.com](https://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`:

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

```elixir
config :pandadoc, api_key: ""
```

## Documentation

Documentation can be found at [https://hexdocs.pm/pandadoc](https://hexdocs.pm/pandadoc).