Open
Description
Hi, please explain how you design work with typed Block (e.g. Paragraph) after retrieve Page?
NotionResponse resBlocks =
await notion.blocks.list(block_id: 'YYYYYYYYY');
Pagination paging = resBlocks.content;
for (Block block in paging.blocks) {
if (block.isParagraph) {
//<-- HOW TO GET Paragraph Object ?
}
}
`
Metadata
Metadata
Assignees
Labels
No labels