bitcrowd / tickety-tick

A browser extension that helps you name branches and write better commit messages
MIT License
57 stars 10 forks source link

Switch to public Notion API #279

Open klappradla opened 3 years ago

klappradla commented 3 years ago

I just came across this tweet announcing the public API for notion.so.

As long as it is in private beta, there is no point for Tickety Tick to switch to it. But once it's out, we could stabilize our notion.so adapter by switching to it.

The current implementation of our notion.so adapter uses the private APIs which the notion.so single page application uses. This is a bit of a risky implementation, because notion can obviously always change their internal APIs. Using the public API would stabilize our adapter.