hot.dev/notion — Notion API bindings for Hot. Pages, databases with query filters, blocks, comments, users, and search — plus rich-text helpers.
"hot.dev/notion": "0.1.0"
Add this to your deps in hot.hot
Namespaces
| Namespace | Functions | Types | Description |
::notion | 6 | — | Notion API bindings. |
| Namespace | Functions | Types | Description |
::api | 2 | 1 | Make an authenticated request to the Notion API. |
::blocks | 4 | — | GET /blocks/{id}/children - A page's (or block's) content blocks. |
::comments | 3 | — | Build the create-comment payload. |
::databases | 3 | — | GET /databases/{id} - The database schema: property names, types, and options. |
::pages | 5 | — | GET /pages/{id} - A page's properties (not its content — use `::notion::blocks/get-children` for that). |
::users | 3 | — | GET /users/me - The integration's own bot user. |