-
Notifications
You must be signed in to change notification settings - Fork 162
Description
- Notion has released an official API which also returns page blocks similar to what notion-api-worker does, which this package uses.
- However, the API structure returned by notion-api-worker is a bit different (see below)
- It would be very useful to add support for rendering both types of API responses, is there plans to support his?
Also, I'm curious to get people's opinion on the following:
We originally used notion-api-worker as our CMS backend, now we're thinking of switching to the official notion API since notion-api-worker
says:
Use with caution. This is based on the private Notion API. We can not guarantee it will stay stable.
But notion-api-worker has more feature support than the official API (though perhaps more features will be launched in the future).
So should we continue using the potentially unstable Notion API which has more features?
Or switch to the official API which has fewer features but is (potentially) more stable?
My current thought is we continue using notion-api-worker until the official Notion API has more features or if Notion decided to make it harder to use their private API.