minwook-shin / notion-database

Python bindings for Notion Database API
https://pypi.org/project/notion-database/
GNU Lesser General Public License v3.0
137 stars 12 forks source link

Add support for `is_inline` param to `create_database` function #19

Closed cl-fl closed 5 months ago

cl-fl commented 5 months ago

Notion API now supports creating new databases as inline of parent pages via the is_inline parameter in body of the request. This PR adds the is_inline parameter to create_database function, set to False by default

minwook-shin commented 5 months ago

release note : https://github.com/minwook-shin/notion-database/releases/tag/1.2.0