Last active
September 28, 2017 06:23
-
-
Save fukaz55/664939b15eb1917f106c2918684cb755 to your computer and use it in GitHub Desktop.
track-o-bot POSTに成功した時に返ってくるJSON
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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