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

This is WIP PR for #199. @ramnes, I just wanted to confirm whether this kind of an approach is fine or not. Also, I was thinking that instead of having...

enhancement

I am trying to create a database, but I want _fields_ of the database to be ordered a specific way. Am I correct in my assumption that because API receives...

investigate

When running the first_project example -- I got the following errors when attempting to filter by name: * `httpx.HTTPStatusError: Client error '400 Bad Request'` * `notion_client.errors.APIResponseError: body failed validation. Fix...

bug
documentation

Hey @ramnes, Thanks for the great module! Adding `in_trash` to the list in the line referenced below should do the trick: https://github.com/ramnes/notion-sdk-py/blob/d5e5f5c98ae5578ce4b0130b65ad6e8f9e92e02b/notion_client/api_endpoints.py#L235 Merci !

help wanted
good first issue
task

Most of the development / maintenance of this package is tied to [Notion API changelog](https://developers.notion.com/page/changelog). I already receive a notification every time a change happens in notion-sdk-js (watch [ramnes/notion-sdk-js](https://github.com/ramnes/notion-sdk-js) if...

enhancement
help wanted
good first issue
task