MicroStudio API - How to get user's public projects?
I'm trying to make a tool to give users quick access to project stat updates ("Your project got 6 likes! Your project has 2 new comments!") and I'm trying to get public projects by author, like the ones that are visible on user pages (such as https://microstudio.io/TwiceUponATime). I've already set up the websocket, but what do I send to find the data?
I will continue looking for the answer in the source code.
Update: Never mind, it seems that the projects are loaded on the server side and included as HTML in the response. User pages can't be fetched from an origin besides MicroStudio, so I'll just have to use search results.