Packages

An Elixir library for interacting with the Clerk API

Current section

Files

Jump to
clerk_ex lib clerk.ex
Raw

lib/clerk.ex

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