edqx / node-scratch-client

A client for the scratch 3.0 website.
16 stars 7 forks source link

Comments API changed #7

Open qucchia opened 3 years ago

qucchia commented 3 years ago

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.

edqx commented 3 years ago

image

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

Quantum-Codes commented 2 years ago

image

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

It will work.