kevinjalbert / notion-toolbox

This is a collection of Notion tools that work in tandem together.
https://kevinjalbert.com/consolidating-notion-projects-into-notion-toolbox/
MIT License
687 stars 59 forks source link

feat: add a new /blocks/<block_id>/children endpoint #32

Closed kevinjalbert closed 4 years ago

kevinjalbert commented 4 years ago

This endpoint lists the children of the block.

A slight revamp of the block_view and block_content functions so that it only shows the block's single title instead of its children as well.

The api for the block viewing endpoints now returns more json style response.

fixes: #31