mariosimao / notion-sdk-php

A complete Notion SDK for PHP developers.
https://mariosimao.github.io/notion-sdk-php/
MIT License
150 stars 24 forks source link

[BUG] Documentation for Table is mising #341

Open utdrmac opened 8 months ago

utdrmac commented 8 months ago

https://developers.notion.com/reference/block#table https://mario.engineering/notion-sdk-php/blocks/

The code exists (vendor/mariosimao/notion-sdk-php/src/Blocks/Table.php), but there is no documentation for it.

jeff1985 commented 1 month ago

The Table block is also missing in the BlockFactory. Therefor in my case it is not loaded when I load a page from notion, instead I am getting a block of Unknown type.

https://github.com/mariosimao/notion-sdk-php/blob/main/src/Blocks/BlockFactory.php