Current section
Files
Jump to
Current section
Files
lib/cloudflare_api.ex
defmodule CloudflareApi do
@moduledoc """
Documentation for `CloudflareApi`.
"""
@doc """
Hello world.
## Examples
iex> CloudflareApi.hello()
:world
"""
def hello do
:world
end
end