Incubating v0.2.1

Notion Sdk

Elixir SDK for the Notion API, built on Pristine's hexagonal architecture. Ported from the official notion-sdk-js.

Stats & Info

  • Latest release: v0.2.1
  • Recent downloads: 52
  • All-time downloads: 52
  • Maintainers: nshkrdotcom

Tags

MIT Hex.pm

Installation

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

def deps do
  [
    {:notion_sdk, "~> 0.2.1"}
  ]
end

Then run:

mix deps.get

Resources