notion-sdk-py icon indicating copy to clipboard operation
notion-sdk-py copied to clipboard

The official Notion API client library, but rewritten in Python! (sync + async)

Results 15 notion-sdk-py issues
Sort by recently updated
recently updated
newest added

Notion now implements a few helpers: https://github.com/makenotion/notion-sdk-js/pull/320 Let's port them back here with the same API!

help wanted
task

Let's port this: https://github.com/makenotion/notion-sdk-js/pull/326

good first issue
task

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...

task

I made a subdirectory `./tests/api_endpoints/` for `./notion_client/api_endpoints.py` test cases, since there are amount of classes. Any comments are welcome. - Added `BlocksEndpoint`, `BlocksChildrenEndpoint` test case - Some request/response come from...

It's a noble goal, no matter what people say. :)

enhancement
help wanted

I inspected the source for the notion client i installed and only the pick function is contained in the helpers module even though the documentation says that get_id and get_url...

documentation
enhancement
help wanted
good first issue

I'm trying to generate text with styling. For example, if I want bold + italic text on a blue background, I do the following : ```python from notion_client import Client...

This is weird. I think this is a problem with Notion API and not this library. But opening this issue, so that it can be closed when this is solved....

I was wondering if there is any interest in specifying the types of each response instead of just using `Any`. The types could be taken from the official API written...

enhancement
help wanted

When querying a notion database based on a sort ascending/descending of rollup field the response is not sorted in any way, meaning the ascending/descending sort did not work. Moreover querying...