notion_export_enhancer icon indicating copy to clipboard operation
notion_export_enhancer copied to clipboard

Rewrite with official Notion API

Open Cobertos opened this issue 3 years ago • 2 comments

It would be nice to use notion-sdk-py to rewrite this using the official API, as it uses very little of the Notion API to function (relying on the export to do most of the work).

Notion API needs to support:

  • [x] Getting the icon
    • Emailed Notion, and it's apparently got a couple upvotes in their internal list.
  • [x] Getting any block by ID (you can get children of a block, and then get the parent, only applicable if this bug still exists)
  • [x] Getting a pages title
  • [x] Last updated and created time

Cobertos avatar Jul 12 '21 09:07 Cobertos

Icon added in recent notion API update,m https://developers.notion.com/changelog/page-icons-cover-images-new-block-types-and-improved-page-file-properties

Cobertos avatar Oct 04 '21 22:10 Cobertos

Initial work done in feat/new-api

Cobertos avatar Oct 05 '21 07:10 Cobertos