ramnes / notion-sdk-py

The official Notion API client library, but rewritten in Python! (sync + async)
https://ramnes.github.io/notion-sdk-py
MIT License
1.8k stars 141 forks source link

Support of filter properties on page retrieve #221

Closed smarttommyau closed 10 months ago

smarttommyau commented 10 months ago

Filter properties is supported on page retrieve.

codecov[bot] commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (bc03f56) 100.00% compared to head (36a1d1a) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #221 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 7 7 Lines 300 300 ========================================= Hits 300 300 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

ramnes commented 10 months ago

Thanks!