Packages

Secure data connectivity platform that enables financial institutions to share and manage consumer-permissioned data.

Current section

Files

Jump to
ninthwave_client lib ninthwave_client.ex
Raw

lib/ninthwave_client.ex

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