This endpoint generates a summary of the provided data and returns it as a paragraph of text in JSON format.
data | string The data to be summarized |
{- "data": "string"
}
{- "summary": "string"
}
Persists provided JSON data for the game with the specified identifier.
identifier | string Unique identifier for the game |
data | object JSON data for the game to be stored |
{- "identifier": "string",
- "data": { }
}
Persists provided JSON data for the set of cards of the specified game and theme.
identifier | string Unique identifier for the game |
theme | string Theme of the cards to be stored (composers, greekheroes, soldiers, plants, politicians, rivers, painters, writers, athletes or women) |
data | object JSON data for the game cards to be stored |
{- "identifier": "string",
- "theme": "string",
- "data": { }
}
Persists provided JSON data for a cards.
identifier | string Unique identifier for the game |
data | object JSON data for the game cards to be stored |
{- "identifier": "string",
- "data": { }
}
Returns data for a cardset of the specified game and theme.
identifier required | string Unique identifier for the game |
theme required | string Theme of the cardset (composers, greekheroes, soldiers, plants, politicians, rivers, painters, writers, athletes or women) |
[- { }
]