Skip to content

Instantly share code, notes, and snippets.

@sgraessle
Created February 13, 2014 01:29
Show Gist options
  • Save sgraessle/8968064 to your computer and use it in GitHub Desktop.
Save sgraessle/8968064 to your computer and use it in GitHub Desktop.
Sample match data
[
{
"match_id":"19722606-366e-46af-b957-824347ec2caa",
"status":"ended",
"participants":[
{
"player_id":"G:1885232197",
"status":"done",
"last_turn_date":"2014-02-05T17:33:18Z",
"match_outcome":"won"
},
{
"player_id":"G:126135561",
"status":"done",
"last_turn_date":"2014-02-05T17:33:31Z",
"match_outcome":"lost"
}
],
"creation_date":"2014-02-03T04:59:45Z",
"current_participant":null,
"message":null
},
{
"match_id":"0c67f5d4-6dfd-40ad-a6ab-2301e1c10b70",
"status":"open",
"participants":[
{
"player_id":"G:126135561",
"status":"active",
"last_turn_date":"1970-01-01T00:00:00Z",
"match_outcome":"none"
},
{
"player_id":null,
"status":"unknown",
"last_turn_date":"0001-01-01T00:00:00",
"match_outcome":"none"
}
],
"creation_date":"2014-02-11T23:51:05Z",
"current_participant":{
"player_id":"G:126135561",
"status":"active",
"last_turn_date":"1970-01-01T00:00:00Z",
"match_outcome":"none"
},
"message":null
},
{
"match_id":"d4538d0d-6d39-47e4-8a58-55fc6580ea6f",
"status":"open",
"participants":[
{
"player_id":"G:1885232197",
"status":"active",
"last_turn_date":"2014-02-12T22:51:28Z",
"match_outcome":"none"
},
{
"player_id":"G:126135561",
"status":"active",
"last_turn_date":"2014-02-12T00:26:53Z",
"match_outcome":"none"
}
],
"creation_date":"2014-02-11T17:22:06Z",
"current_participant":{
"player_id":"G:126135561",
"status":"active",
"last_turn_date":"2014-02-12T00:26:53Z",
"match_outcome":"none"
},
"message":""
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment