Title pretty much explains it.
I want this so I can make a thing for my Editor Autocompletions to add a button that opens a random one of your projects.
This is so that you can choose a random project to work on.
Title pretty much explains it.
I want this so I can make a thing for my Editor Autocompletions to add a button that opens a random one of your projects.
This is so that you can choose a random project to work on.
Yes. Send a GET request to https://api.glitch.com/v1/users/{user_id}/projects?limit=100&orderKey=createdAt&orderDirection=DESC
. I’m not sure if authorization is required, but if it is then it’s your access token
I actually had figured that out, but then accidentally deleted the comment. By thanks anyways!
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.