TimMcCool / scratchattach

Scratch API wrapper with support for almost all site features, cloud requests framework and more
MIT License
179 stars 50 forks source link

Forgot "project.title" #43

Closed ghost closed 2 years ago

ghost commented 2 years ago

Hey Tim You Forgot the "project.title" function in the projects area

Attributes:

project.id #Returns the project id project.url #Returns the project url

project.title #Returns the project title<<<<<<< This is that you forgot

project.author #Returns the username of the author project.comments_allowed #Returns True if comments are enabled project.instructions project.notes #Returns the 'Notes and Credits' section project.created #Returns the date of the project creation project.last_modified #Returns the date when the project was modified the last time project.share_date project.thumbnail_url project.remix_parent project.remix_root project.loves #Returns the love count project.favorites #Returns the project's favorite count project.remix_count #Returns the number of remixes project.views #Returns the view count project.project_token

----- -----

project.update() #Updates the above data

TimMcCool commented 2 years ago

Thanks, is fixed now