ExAircall

Build Status

Aircall documentation

Installation

  1. Add ex_aircall to your list of dependencies in mix.exs:
```elixir
def deps do
  [{:ex_aircall, "~> 0.1.0"}]
end
```
  1. Ensure ex_aircall is started before your application:
```elixir
def application do
  [applications: [:ex_aircall]]
end
```

Contributing

Please feel free to add more API endpoints or Webhook support.

At the time of writing this only the ping and calls API endpoints are supported.