Packages
Production-grade Elixir client for the SaltEdge API v6 (AIS · PIS · Data Enrichment)
Current section
Files
Jump to
Current section
Files
lib/salt_edge_client.ex
defmodule SaltEdgeClient do
@moduledoc """
Documentation for `SaltEdgeClient`.
"""
@doc """
Hello world.
## Examples
iex> SaltEdgeClient.hello()
:world
"""
def hello do
:world
end
end