ex_aircall

An @aircall API interface for Elixir


License
MIT

Documentation

ExAircall

Build Status

Aircall documentation

Installation

  1. Add ex_aircall to your list of dependencies in mix.exs:

    def deps do
      [{:ex_aircall, "~> 0.1.0"}]
    end
  2. Ensure ex_aircall is started before your application:

    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.