Skip to content

Latest commit

 

History

History
executable file
·
31 lines (27 loc) · 2.22 KB

ProjectResponse.md

File metadata and controls

executable file
·
31 lines (27 loc) · 2.22 KB

ProjectResponse

Properties

Name Type Description Notes
id string The unique identifier of the project [optional]
name string The name of the project. minLength: 1 maxLength: 255
author string The name of the projects' author [optional]
description string A description of the project. [optional]
credits string Credits and notes for the project. E.g., credits for using ideas, scripts or artwork from other people. [optional]
version string The catrobat version that was used to create this project. [optional]
views int The projects' count of views [optional]
download int The projects' count of downloads. Deprecated. Use downloads [optional]
downloads int The projects' count of downloads [optional]
reactions int The projects' count of reactions [optional]
comments int The projects' count of comments [optional]
private bool Whether a project is publicly visible (false) or only via direct link (true). [optional]
flavor string [optional]
tags string Tags allow projects to be categorized by their creators [optional]
uploaded int The time of the upload. [optional]
uploaded_string string A localised text interpretation of the uploaded timestamp [optional]
screenshot_large string [optional]
screenshot_small string [optional]
project_url string The url to the project on our official share community platform [optional]
download_url string The url to GET the catrobat file of this project [optional]
filesize float The filesize of the catrobat file in megabytes [optional]
not_for_kids int Indicates whether a project is suitable for kids or not (0 = safe for kids, 1 = not safe for kids, 2 = not safe for kids set by moderator) [optional]

[Back to Model list] [Back to API list] [Back to README]