Packages
Unofficial Elixir client for the Yapily Open Banking API v12 — payments, data, VRP, hosted pages, enrichment, and more.
Current section
Files
Jump to
Current section
Files
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