towerofnix / scratch-api-unofficial-docs

Unofficial documentation for the Scratch API.
https://towerofnix.github.io/scratch-api-unofficial-docs/
54 stars 13 forks source link

Add /projects/<id> #25

Closed towerofnix closed 6 years ago

towerofnix commented 6 years ago

This API is now public.

towerofnix commented 6 years ago

See https://github.com/LLK/scratch-www/pull/1856/files for reference API endpoints.

towerofnix commented 6 years ago

The response when I try the PUT endpoint /projects/<id> is always giving me a 403, so I think this endpoint is totally blocked off for now. (Note it's not an "Unauthorized" error, like when you go to /users/<username>/messages without providing an authentication token.)

towerofnix commented 6 years ago

GET /projects/<Id>/(loves or favorites)/user/<username> is working for me (it does require authentication), but POST and DELETE aren't (those are 403s, like above).