node-scratch-client icon indicating copy to clipboard operation
node-scratch-client copied to clipboard

Comments API changed

Open qucchia opened this issue 4 years ago • 2 comments

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.

qucchia avatar Jun 30 '21 18:06 qucchia

image

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

edqx avatar Jul 06 '21 18:07 edqx

image

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

It will work.

Quantum-Codes avatar Jan 24 '22 14:01 Quantum-Codes