Allows Users to submit game designs they are working on.
Used by Conventions like Protospiel or UnPub that are game design related.
YPrototypes are accessed via /api/prototype
.
See "Object Properties" in Introduction for basic shared properties.
Complete details in PrototypeProperties.
See "Related Objects" in Introduction for how to use them.
The Convention this prototype belongs to.
See "Relationships" in Introduction for how to use them.
A list of PrototypeFeedbacK.
A list of PrototypeImages.
A list of PrototypeInterest.
The services used to fetch and manipulate prototypes.
Searching for prototypes across all conventions is no longer supported. To search on a single convention see "Relationships" in Convention.
POST /api/prototype
Returns the same as a normal read.
GET /api/prototype/xxx
Returns:
{ "id" : "xxx", "name" : "The Captain is Dead", ... }
PUT /api/prototype/xxx
Returns the same as a normal read.
DELETE /api/prototype/xxx
Returns:
{ "success" : 1 }
POST /api/prototype/xxx/expressinterest
Returns the same as a normal read.
DELETE /api/prototype/xxx/expressinterest
Returns the same as a normal read.