/mvola_ex

Elixir library for the MVola API.

Primary LanguageElixirMIT LicenseMIT

Mvola

License: MIT

MVola Elixir client library.

Installation

If available in Hex, the package can be installed by adding mvola to your list of dependencies in mix.exs:

def deps do
  [
    {:mvola, "~> 0.2.0"}
  ]
end

Add the configuration to your config.exs:

config :mvola, api_base_url: "https://devapi.mvola.mg"

OR (production mode)

config :mvola, api_base_url: "https://api.mvola.mg"

Documentation

For details and examples on all the functionality in this library, see the documentation.

Author

👤 Tsiry Sandratraina tsiry.sndr@aol.com

Show your support

Give a ⭐️ if this project helped you!