node-scratch-client
node-scratch-client copied to clipboard
Comments API changed
Now the comments API on Scratch has changed and using Project.getComments() will not work. However, comments can still be accessed via https://scratch.mit.edu/site-api/comments/project/<project id>/, even though the response is in HTML. Maybe an XML parser could be used to convert this to JSON.

I'm not sure what you mean - could you clarify? This should still work I'm pretty sure.
I'm not sure what you mean - could you clarify? This should still work I'm pretty sure.
It will work.