Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 891 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 891 Bytes

node-red-contrib-notion-api

Node-red Node to interface with the Notion API

TO DO:

1. DB Node

This Node should handle all database related requests and should have the following functionalities:

1. Query a DB
2. Insert new Item in the DB
3. Update DB Item
4. Delete DB Item

2. Page Node

This Node should handle all Page requests and should have the following functionalities:

1. Query a Page
2. Create a Page
3. Update a Page

3. Block Node

This Node should handle all Block related requests and should have the following functionalities:

1. Query a Block
2. Update a Block
3. Query Block Children
4. Append Block to Children
5. Delete Block

4. Comments Node

This Node should handle all Comments related requests and should have the following functionalities:

1. Query Comments
2. Create Comments