Packages

An elixir client library for the data.sec.gov API.

Current section

Files

Jump to
sec_edgar lib sec_edgar.ex
Raw

lib/sec_edgar.ex

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