subhamX / notion-easy-export

📘 Notion easy export converts your notion documents & databases into an ebook.
https://www.npmjs.com/package/notion-easy-export
Apache License 2.0
62 stars 4 forks source link

Sync with new changes in notion API v3 #6

Closed subhamX closed 1 year ago

subhamX commented 1 year ago

Recently notion folks changed the request params, and added few other methods to safeguard the exported zip file stored in AWS S3. The changes broke this pkg, and was identified in #5. The following PR fixes it. :)