Skip to content

Instantly share code, notes, and snippets.

@fukaz55
Last active September 28, 2017 06:23
Show Gist options
  • Save fukaz55/664939b15eb1917f106c2918684cb755 to your computer and use it in GitHub Desktop.
Save fukaz55/664939b15eb1917f106c2918684cb755 to your computer and use it in GitHub Desktop.
track-o-bot POSTに成功した時に返ってくるJSON
{
"result":{
"id":92558551, // track-o-botが一意に生成するマッチID
"mode":"ranked",
"hero":"Priest",
"hero_deck":null, // デッキタイプは、POST時にcard_historyを指定すれば、そこから推測してくれると思われる
"opponent":"Druid",
"opponent_deck":null,
"coin":false,
"result":"win",
"duration":null,
"note":"Basic Post Test",
"added":"2017-09-28T05:57:26.000Z",
"card_history":[],
"rank":25,
"legend":null
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment