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.75k stars 138 forks source link

fix page share guide according to notion's new doc #188

Closed Yunlong-He closed 1 year ago

Yunlong-He commented 1 year ago

The sharing mechanism in notion site is changed, so we update README accordingly.

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (1691d36) 100.00% compared to head (3d922ab) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #188 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 7 7 Lines 290 290 ========================================= Hits 290 290 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Guillaume+Gelin). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Guillaume+Gelin)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

ramnes commented 1 year ago

Thank you!