notion_elixir

An Elixir API client for the Notion API.


License
MIT

Documentation

NotionElixir

An Elixir API client for the Notion API

[Notion Documentation | Hex Docs | Hex Package]

Installation

Add notion_elixir to your list of dependencies in mix.exs:

def deps do
  [
    #...
    {:notion_elixir, "~> 0.1.1"}
    #...
  ]
end

Configuration

In a configuration file, add your Notion API key by configuring as so:

config :notion_elixir,
  api_key: "secret_NOTION_API_KEY",