Fizzer: you posted that I can see who won a game, who joined, etc.
eg.
http://warlight.net/API/GameFeed?GameID=1212978
BUT this is ONLY for finished games.
The problem that I have is that some people do not join games, so the game never starts, let alone finishes. For games that have not finished, all I get is:
{
"termsOfUse": "Please use this data feed responsibly, as it can consume significant amounts of server resources if called repeatedly. After getting the data for a game, please store the data locally so you don't need to retrieve it from the WarLight server again. The format of this data feed may change in the future. The feed requires that you be signed into your member WarLight account to use. If you're trying to access it programmatically, you may POST your username and password to this page in the format Email=your@email.com&Password=yourpassword",
"id": "3634776",
"state": "WaitingForPlayers",
"name": "unknownsoldier vs unknownsoldier_II123",
"numberOfTurns": "-1",
"error": "This can only be used for finished games."
}
So, could your API give out player information for non-finished games?
Thanks