Packages
Production-grade Elixir client for the UK Open Banking (OBIE) Read/Write API v3.1.3
Current section
Files
Jump to
Current section
Files
lib/obie_client.ex
defmodule ObieClient do
@moduledoc """
Documentation for `ObieClient`.
"""
@doc """
Hello world.
## Examples
iex> ObieClient.hello()
:world
"""
def hello do
:world
end
end