RingCentral

codebeat badge

A thin RingCentral API wrapper in Elixir.

Installation

The package can be installed by adding ringcentral to your list of dependencies in mix.exs:

def deps do
[
{:ringcentral, "~> 0.2"},
# used by the default HTTP client implementation
{:finch, "~> 0.6"},
# used by the default JSON coder implementation
{:jason, "~> 1.0"},
]
end

Docs

The docs can be found at https://hexdocs.pm/ringcentral.