Created
July 14, 2017 09:50
-
-
Save igeligel/d217afffaee765d8e950c24f8af1a8ad to your computer and use it in GitHub Desktop.
steamtradeofferjsons
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
| { | |
| "appid":"appid", | |
| "contextid":"contextid", | |
| "amount":"1", | |
| "assetid":"item.assetid" | |
| } |
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
| { | |
| "newversion":true, | |
| "version":4, | |
| "me":{ | |
| "assets":[ | |
| ], | |
| "currency":[ | |
| ], | |
| "ready":false | |
| }, | |
| "them":{ | |
| "assets":[ | |
| ], | |
| "currency":[ | |
| ], | |
| "ready":false | |
| } | |
| } |
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
| { | |
| "trade_offer_access_token":"token" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment