-
Notifications
You must be signed in to change notification settings - Fork 13
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
Comments
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! |
Hmm, I was thinking of sending a PR for this, but all current APIs are about 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. |
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 |
See scratchfoundation/scratch-gui#3852 for reference on renaming/deleting variables. |
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.
The text was updated successfully, but these errors were encountered: