hot.dev/notion — Notion API bindings for Hot. Pages, databases with query filters, blocks, comments, users, and search — plus rich-text helpers.

Version: 0.1.0

Author: Hot Dev

License: Apache-2.0

Add to your project

"hot.dev/notion": "0.1.0"

Add this to your deps in hot.hot

Namespaces

NamespaceFunctionsTypesDescription
::notion6Notion API bindings.

::notion

NamespaceFunctionsTypesDescription
::api21Make an authenticated request to the Notion API.
::blocks4GET /blocks/{id}/children - A page's (or block's) content blocks.
::comments3Build the create-comment payload.
::databases3GET /databases/{id} - The database schema: property names, types, and options.
::pages5GET /pages/{id} - A page's properties (not its content — use `::notion::blocks/get-children` for that).
::users3GET /users/me - The integration's own bot user.