Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fbettag/pandadoc.ex
- Owner: fbettag
- License: mit
- Created: 2021-01-15T22:31:42.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-23T05:48:46.000Z (almost 4 years ago)
- Last Synced: 2024-11-17T17:49:31.214Z (about 1 month ago)
- Topics: elixir, pandadoc, pandadoc-api, phoenix-framework
- Language: Elixir
- Homepage: https://hexdocs.pm/pandadoc
- Size: 24.4 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).