trumank / scratch-api

An API to interact with the Scratch website
MIT License
94 stars 32 forks source link

Added getAllProjects() to retrieve all user's private and public projects. Minor refactorings. #22

Closed paulolc closed 4 years ago

paulolc commented 4 years ago

Added getAllProjects() to retrieve all private and public projects of the Scratch user and minor refactorings to remove duplicated and commented code.