Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add cloud data WebSocket API #45

Open
towerofnix opened this issue Oct 29, 2018 · 4 comments
Open

Add cloud data WebSocket API #45

towerofnix opened this issue Oct 29, 2018 · 4 comments
Labels

Comments

@towerofnix
Copy link
Owner

Between scratchfoundation/scratch-gui#3539 and related issues, we have enough info to add documentation about how to interface with cloud data by using WebSockets.

@towerofnix towerofnix added the api label Oct 29, 2018
@towerofnix towerofnix added this to the Release of 3.0 Project Page milestone Oct 29, 2018
@joker314
Copy link
Contributor

joker314 commented Oct 29, 2018

From a brief glance, this appears to use the same field names as the 2.0 protocol. Hence, here are some additional resources:

Both miss out the ability to create a new variable, which I think those 3.0 PRs expose!

@joker314
Copy link
Contributor

joker314 commented Oct 29, 2018

Hmm, I was thinking of sending a PR for this, but all current APIs are about https://api.scratch.mit.edu. This API is about wss://clouddata.scratch.mit.edu. Is there a good place to put it?

EDIT: Also, since this API is already being used by 2.0, it doesn't strictly need to wait until the release of the 3.0 page.

@towerofnix
Copy link
Owner Author

It's sort of waiting on #46 - you shouldn't go forwards with this until we at least have some of that done as an example reference of writing style / etc. (No guarantees on when that will be done either - likely not within the very near future. Accordingly I won't assign you to this issue! :))

It will probably just go in an api/cloud.md document even though it's not documenting (the nonexistant) https://api.scratch.mit.edu/cloud.

@towerofnix
Copy link
Owner Author

See scratchfoundation/scratch-gui#3852 for reference on renaming/deleting variables.

@towerofnix towerofnix removed this from the Release of 3.0 Project Page milestone Mar 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants