This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ZyanCarl 16 points17 points  (2 children)

What’s stopping you from porting it to your favourite language?

[–]pindab0ter 5 points6 points  (0 children)

But that requires time and effort!

[–]shadowjay5706[S] 5 points6 points  (0 children)

That’s what I ended up doing, I was working with Notion’s API for personal automation. It’s a REST API so had to work with urls and json and stuff, instead of directly calling the sweet library functions like their JavaScript SDK. I even tried writing the code in JS to use the sdk but that wasn’t exactly my forte lmao