ExAircall
Installation
-
Add
ex_aircallto your list of dependencies inmix.exs:
```elixir
def deps do
[{:ex_aircall, "~> 0.1.0"}]
end
```-
Ensure
ex_aircallis 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.