Current section
Files
Jump to
Current section
Files
lob_elixir
README.md
README.md
# lob_elixir (alpha)
[](https://travis-ci.org/lob/lob-elixir)
[](https://coveralls.io/github/lob/lob-elixir?branch=master)
Elixir Library for [Lob API](https://lob.com/)
### This is an ALPHA library for the Lob API.
### Please reach out to support@lob.com for assistance if planning to implement this library.
## Installation
The package is currently not available in Hex. Installation should reference the library repository.
```elixir
def deps do
[
{:lob_elixir, git: "https://github.com/lob/lob-elixir", tag: "v0.3.0"}
]
end
```