Incubating v0.1.0
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.1.0
- Recent downloads: 16
- All-time downloads: 16
- Maintainers: nshkrdotcom
Installation
Add notion_sdk to your list of dependencies in mix.exs:
def deps do
[
{:notion_sdk, "~> 0.1.0"}
]
endThen run:
mix deps.get