NotionElixir
An Elixir API client for the Notion API - [Notion Documentation]
Installation
Add notion_elixir to your list of dependencies in mix.exs:
def deps do
[
#...
{:notion_elixir, "~> 0.1.0"}
#...
]
end
Configuration
In a configuration file, add your Notion API key by configuring as so:
config :notion_elixir,
api_key: "secret_NOTION_API_KEY",