Packages
ninthwave_client
0.1.0
Secure data connectivity platform that enables financial institutions to share and manage consumer-permissioned data.
Current section
Files
Jump to
Current section
Files
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