RingCentral
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.0"},
# used by the default HTTP client implementation
{:finch, "~> 0.6"},
# used by the default JSON coder implementation
{:jason, "~> 1.0"},
]
endDocs
The docs can be found at https://hexdocs.pm/ringcentral.