cloud-server
cloud-server copied to clipboard
GET requests
Can you add a feature to make GET requests to turbowarp clouddata just like the Scratch clouddata?
https://clouddata.turbowarp.org/logs?projectid=612229554 ^ says can't do GET request
#26 why won't fix?
The server intentionally does not store any logs to reduce load.
I suppose we could add a way to get all variables, but it won't be anything like Scratch's logs
I suppose we could add a way to get all variables, but it won't be anything like Scratch's logs
That would be good too!
{
var1 : [name, value, modified, user, ....... ], #list can be a dict for readability too
var2 : [name, value, modified, user, ....... ]
}
This is a possible structure for that?