Notion Sdk Py Versions Save

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

0.5.0

2 years ago

Mostly adds support for the recent Notion API changes, and per-function authentication. Upgrading from 0.4.0 should be seamless.

Thanks to contributors of this release: @aahnik, @nlecoy, @mixeden and @Thompsonmina!

0.4.0

2 years ago

We now have error handling and complete type hinting, thanks to @Blue-Hope and @aahnik. Kudos to you two!

:warning: Breaking change — The client methods now return the response content directly, so you don't need to call .json() on results anymore.

0.3.1

2 years ago

All endpoints are now implemented! It still needs polishing but it's mostly functional.