Current section
Files
Jump to
Current section
Files
README.md
# Zendex
[](https://travis-ci.org/shdblowers/zendex)
[](https://coveralls.io/github/shdblowers/zendex?branch=master)
[](https://hex.pm/packages/zendex)
[](https://hex.pm/packages/zendex)
[](https://github.com/shdblowers/zendex/blob/master/LICENSE)
[](https://libraries.io/hex/zendex)
An Elixir wrapper for the Zendesk API.
## Installation
1. Add `zendex` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:zendex, "~> 0.5.0"}]
end
```
2. Ensure `zendex` is started before your application:
```elixir
def application do
[applications: [:zendex]]
end
```