Nexmo
Nexmo REST API client for Elixir.
Warning: This is still very much a work in progress.
Installation
The package can be installed as:
-
Add
nexmoto your list of dependencies inmix.exs:
```elixir
def deps do
[{:nexmo, "~> 0.1.0"}]
end
```-
Ensure
nexmois started before your application:
```elixir
def application do
[applications: [:nexmo]]
end
```Usage
Account Balance
iex(1)> Nexmo.Account.balance
[autoReload: false, value: 15.1874]License
This library is released under the MIT License.