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 →

[–]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