Packages

Unofficial Elixir client for the Yapily Open Banking API v12 — payments, data, VRP, hosted pages, enrichment, and more.

Current section

Files

Jump to
yapily_client lib yapily_client.ex
Raw

lib/yapily_client.ex

defmodule YapilyClient do
@moduledoc """
Documentation for `YapilyClient`.
"""
@doc """
Hello world.
## Examples
iex> YapilyClient.hello()
:world
"""
def hello do
:world
end
end