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
Installation
Add notion_sdk to your list of dependencies in mix.exs:
def deps do
[
{:notion_sdk, "~> 0.2.1"}
]
endThen run:
mix deps.get