Packages

An API client for Notion written in Elixir

Current section

Files

Jump to
notion_client lib notion_client.ex
Raw

lib/notion_client.ex

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