ThinNotionApi
This package is still under heavy development and things can change at any time.
ThinNotionApi is an Elixir package to easily communicate with the Notion API. The main objective to provide a simple straight forward way for a person to fetch or update information without a large or complex interface.
TODO:
- Need to start adding tests
- List database query param support
- Query database with options
- Support all Page object actions
- Support all Block actions
- Support all User actions
- Support Search
Installation
If available in Hex, the package can be installed
by adding thin_notion_api to your list of dependencies in mix.exs:
def deps do
[
{:thin_notion_api, "~> 0.0.1"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/thin_notion_api.