splitbee / notion-api-worker

Notion as CMS with easy API access
MIT License
1.54k stars 197 forks source link

Integrate with Notion API #47

Open deepu opened 3 years ago

deepu commented 3 years ago

Since Notion has launched their API in public beta - https://developers.notion.com/ Would be great if that’s integrated directly.

tobiaslins commented 3 years ago

Hey @deepu

We're already thinking how we could move forward with the new API released. I don't think it makes sense to implement their API in our worker. I would love to hear your thoughts!

deepu commented 3 years ago

Hey, obviously you will have a more informed opinion about this than me but i feel it would be awesome if official API in integrated into this mainly for 2 reasons.

Just my 2 cents.

mrakcw commented 1 year ago

Hello @Deepu.

We are already using the notion API to manage all project data on the website. Our idea of ​​how to increase page speed works.

We have result on "PageSpeed insights"

Notion API -> PHP write data in DB (Sql lite) -> From DB to Website. 🧙‍♂️ All other necessary php functions for works this are already processed by the cms that we use.