Games contained in a Library.
Library Games are accessed via /api/librarygame
.
See "Object Properties" in Introduction for basic shared properties.
Complete details in LibraryGameProperties.
See "Related Objects" in Introduction for how to use them.
The LibraryGameCheckout most recently created for this game.
The Library this game belongs to.
See "Relationships" in Introduction for how to use them.
The LibraryGameCheckouts created for this game.
The PlayToWins associated with this library game.
The services used to fetch and manipulate library games.
This will search across all libraries. To search on a single library see "Relationships" in Library.
GET /api/librarygame
Searches a partial name.
Returns:
{ "paging" : {...}, "items" : [ { "id" : "xxx", "name" : "The Captain is Dead", ... }, ... ] }
POST /api/librarygame
Returns the same as a normal read.
GET /api/librarygame/xxx
Returns:
{ "id" : "xxx", "name" : "The Captain is Dead", ... }
PUT /api/librarygame/xxx
Returns the same as a normal read.
DELETE /api/librarygame/xxx
Returns:
{ "success" : 1 }