notion-sdk-py
notion-sdk-py copied to clipboard
Support for `is_inline` on databases
Hi, I think they recently added support for is_inline
on databases. Not sure if I understand the sdk well but would the update be at this line to just include a new argument in the pick
function?
changelog announcing new support
https://github.com/ramnes/notion-sdk-py/blob/6b0fb3e0777338a0e36d0f5a2f7f85f88da63210/notion_client/api_endpoints.py#L156
Yes, that's it!
We are lagging a bit behind notion-sdk-js and I think there are a few pick
arguments to add, not just is_inline
. :)
Closed with #154