The idea here is that the block presenter wraps the block result from
notion-py to be used in the API. It inherits from 'dict' so that jsonify
will auto convert it to the raw values that the block presenter has.
As BlockPresenter auto distinguishes between CollectionRowBlocks and
TextBlocks. This makes the API results richer in information.
The idea here is that the block presenter wraps the block result from notion-py to be used in the API. It inherits from 'dict' so that jsonify will auto convert it to the raw values that the block presenter has.
As BlockPresenter auto distinguishes between CollectionRowBlocks and TextBlocks. This makes the API results richer in information.