ramnes / notion-sdk-py

The official Notion API client library, but rewritten in Python! (sync + async)
https://ramnes.github.io/notion-sdk-py
MIT License
1.75k stars 138 forks source link

Fix BlockChildrenEndpoint not exposed via Client interface #208

Closed CaptureTheFrog closed 11 months ago

CaptureTheFrog commented 11 months ago

Block children endpoint was not accessible via client interface so unusable despite seemingly being implemented otherwise

ramnes commented 11 months ago

It's already available under notion.blocks.children, just like the JS SDK. I would likely merge a PR that improves the docs for this.