steam_api 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (69) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +14 -0
  3. data/.rspec +2 -0
  4. data/Gemfile +4 -0
  5. data/LICENSE.txt +22 -0
  6. data/README.md +31 -0
  7. data/Rakefile +2 -0
  8. data/lib/steam_api/client.rb +47 -0
  9. data/lib/steam_api/i_player_service.rb +65 -0
  10. data/lib/steam_api/i_steam_user.rb +53 -0
  11. data/lib/steam_api/i_steam_user_stats.rb +52 -0
  12. data/lib/steam_api/urls.rb +116 -0
  13. data/lib/steam_api/version.rb +4 -0
  14. data/lib/steam_api.rb +14 -0
  15. data/spec/fixtures/vcr_cassettes/client_get.yml +38 -0
  16. data/spec/fixtures/vcr_cassettes/get_badges.yml +77 -0
  17. data/spec/fixtures/vcr_cassettes/get_badges_private.yml +38 -0
  18. data/spec/fixtures/vcr_cassettes/get_community_badge_progress.yml +64 -0
  19. data/spec/fixtures/vcr_cassettes/get_community_badge_progress_private.yml +64 -0
  20. data/spec/fixtures/vcr_cassettes/get_community_badge_progress_specific_badge.yml +64 -0
  21. data/spec/fixtures/vcr_cassettes/get_friend_list_not_found.yml +46 -0
  22. data/spec/fixtures/vcr_cassettes/get_friend_list_private.yml +39 -0
  23. data/spec/fixtures/vcr_cassettes/get_friend_list_public.yml +92 -0
  24. data/spec/fixtures/vcr_cassettes/get_global_achievement_percentages_for_app.yml +230 -0
  25. data/spec/fixtures/vcr_cassettes/get_global_achievement_percentages_for_app_not_found.yml +39 -0
  26. data/spec/fixtures/vcr_cassettes/get_number_of_current_players.yml +37 -0
  27. data/spec/fixtures/vcr_cassettes/get_number_of_current_players_not_found.yml +36 -0
  28. data/spec/fixtures/vcr_cassettes/get_owned_games.yml +261 -0
  29. data/spec/fixtures/vcr_cassettes/get_owned_games_all_args.yml +1302 -0
  30. data/spec/fixtures/vcr_cassettes/get_owned_games_include_appinfo.yml +1286 -0
  31. data/spec/fixtures/vcr_cassettes/get_owned_games_include_played_free_games.yml +264 -0
  32. data/spec/fixtures/vcr_cassettes/get_owned_games_private.yml +38 -0
  33. data/spec/fixtures/vcr_cassettes/get_player_achievements.yml +205 -0
  34. data/spec/fixtures/vcr_cassettes/get_player_achievements_game_no_stats.yml +37 -0
  35. data/spec/fixtures/vcr_cassettes/get_player_achievements_private.yml +37 -0
  36. data/spec/fixtures/vcr_cassettes/get_player_achievements_user_not_found.yml +37 -0
  37. data/spec/fixtures/vcr_cassettes/get_player_bans_not_found.yml +36 -0
  38. data/spec/fixtures/vcr_cassettes/get_player_bans_public.yml +38 -0
  39. data/spec/fixtures/vcr_cassettes/get_player_bans_public_private.yml +40 -0
  40. data/spec/fixtures/vcr_cassettes/get_player_summaries_multiple.yml +50 -0
  41. data/spec/fixtures/vcr_cassettes/get_player_summaries_not_found.yml +36 -0
  42. data/spec/fixtures/vcr_cassettes/get_player_summaries_single.yml +44 -0
  43. data/spec/fixtures/vcr_cassettes/get_recently_played_games.yml +47 -0
  44. data/spec/fixtures/vcr_cassettes/get_recently_played_games_count.yml +44 -0
  45. data/spec/fixtures/vcr_cassettes/get_recently_played_games_private.yml +38 -0
  46. data/spec/fixtures/vcr_cassettes/get_schema_for_game.yml +1205 -0
  47. data/spec/fixtures/vcr_cassettes/get_schema_for_game_not_found.yml +39 -0
  48. data/spec/fixtures/vcr_cassettes/get_steam_level.yml +38 -0
  49. data/spec/fixtures/vcr_cassettes/get_steam_level_private.yml +38 -0
  50. data/spec/fixtures/vcr_cassettes/get_user_group_list_not_found.yml +46 -0
  51. data/spec/fixtures/vcr_cassettes/get_user_group_list_private.yml +37 -0
  52. data/spec/fixtures/vcr_cassettes/get_user_group_list_public.yml +39 -0
  53. data/spec/fixtures/vcr_cassettes/get_user_stats_for_game.yml +407 -0
  54. data/spec/fixtures/vcr_cassettes/get_user_stats_for_game_game_not_found.yml +39 -0
  55. data/spec/fixtures/vcr_cassettes/get_user_stats_for_game_private.yml +46 -0
  56. data/spec/fixtures/vcr_cassettes/get_user_stats_for_game_user_not_found.yml +39 -0
  57. data/spec/fixtures/vcr_cassettes/resolve_vanity_url_not_found.yml +36 -0
  58. data/spec/fixtures/vcr_cassettes/resolve_vanity_url_private.yml +37 -0
  59. data/spec/fixtures/vcr_cassettes/resolve_vanity_url_public.yml +37 -0
  60. data/spec/spec_helper.rb +98 -0
  61. data/spec/steam_api/client_spec.rb +30 -0
  62. data/spec/steam_api/i_player_service_spec.rb +127 -0
  63. data/spec/steam_api/i_steam_user_spec.rb +163 -0
  64. data/spec/steam_api/i_steam_user_stats_spec.rb +143 -0
  65. data/spec/steam_api/urls_spec.rb +36 -0
  66. data/spec/steam_api/version_spec.rb +7 -0
  67. data/spec/steam_api_spec.rb +0 -0
  68. data/steam_api.gemspec +28 -0
  69. metadata +263 -0
@@ -0,0 +1,407 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: http://api.steampowered.com/ISteamUserStats/GetUserStatsForGame/v2/?appid=730&key=<API_KEY>&steamid=76561197995163285
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers:
10
+ Accept-Encoding:
11
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
12
+ Accept:
13
+ - '*/*'
14
+ User-Agent:
15
+ - Ruby
16
+ Host:
17
+ - api.steampowered.com
18
+ response:
19
+ status:
20
+ code: 200
21
+ message: OK
22
+ headers:
23
+ Date:
24
+ - Thu, 30 Oct 2014 17:15:48 GMT
25
+ Expires:
26
+ - Thu, 30 Oct 2014 17:20:48 GMT
27
+ Content-Type:
28
+ - application/json; charset=UTF-8
29
+ Content-Length:
30
+ - '23855'
31
+ body:
32
+ encoding: UTF-8
33
+ string: "{\n\t\"playerstats\": {\n\t\t\"steamID\": \"76561197995163285\",\n\t\t\"gameName\":
34
+ \"ValveTestApp260\",\n\t\t\"stats\": [\n\t\t\t{\n\t\t\t\t\"name\": \"total_kills\",\n\t\t\t\t\"value\":
35
+ 22231\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_deaths\",\n\t\t\t\t\"value\":
36
+ 19482\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_time_played\",\n\t\t\t\t\"value\":
37
+ 1636726\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_planted_bombs\",\n\t\t\t\t\"value\":
38
+ 915\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_defused_bombs\",\n\t\t\t\t\"value\":
39
+ 381\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_wins\",\n\t\t\t\t\"value\":
40
+ 10980\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_damage_done\",\n\t\t\t\t\"value\":
41
+ 3137625\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_money_earned\",\n\t\t\t\t\"value\":
42
+ 59875000\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_rescued_hostages\",\n\t\t\t\t\"value\":
43
+ 20\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_kills_knife\",\n\t\t\t\t\"value\":
44
+ 628\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_kills_hegrenade\",\n\t\t\t\t\"value\":
45
+ 147\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_kills_glock\",\n\t\t\t\t\"value\":
46
+ 851\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_kills_deagle\",\n\t\t\t\t\"value\":
47
+ 961\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_kills_elite\",\n\t\t\t\t\"value\":
48
+ 187\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_kills_fiveseven\",\n\t\t\t\t\"value\":
49
+ 191\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_kills_xm1014\",\n\t\t\t\t\"value\":
50
+ 855\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_kills_mac10\",\n\t\t\t\t\"value\":
51
+ 584\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_kills_ump45\",\n\t\t\t\t\"value\":
52
+ 305\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_kills_p90\",\n\t\t\t\t\"value\":
53
+ 968\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_kills_awp\",\n\t\t\t\t\"value\":
54
+ 2340\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_kills_ak47\",\n\t\t\t\t\"value\":
55
+ 3340\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_kills_aug\",\n\t\t\t\t\"value\":
56
+ 587\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_kills_famas\",\n\t\t\t\t\"value\":
57
+ 444\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_kills_g3sg1\",\n\t\t\t\t\"value\":
58
+ 324\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_kills_m249\",\n\t\t\t\t\"value\":
59
+ 280\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_kills_headshot\",\n\t\t\t\t\"value\":
60
+ 6820\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_kills_enemy_weapon\",\n\t\t\t\t\"value\":
61
+ 1777\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_wins_pistolround\",\n\t\t\t\t\"value\":
62
+ 595\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_wins_map_cs_assault\",\n\t\t\t\t\"value\":
63
+ 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_wins_map_cs_italy\",\n\t\t\t\t\"value\":
64
+ 18\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_wins_map_cs_office\",\n\t\t\t\t\"value\":
65
+ 50\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_wins_map_de_aztec\",\n\t\t\t\t\"value\":
66
+ 86\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_wins_map_de_cbble\",\n\t\t\t\t\"value\":
67
+ 134\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_wins_map_de_dust2\",\n\t\t\t\t\"value\":
68
+ 7723\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_wins_map_de_dust\",\n\t\t\t\t\"value\":
69
+ 58\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_wins_map_de_inferno\",\n\t\t\t\t\"value\":
70
+ 358\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_wins_map_de_nuke\",\n\t\t\t\t\"value\":
71
+ 368\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_wins_map_de_train\",\n\t\t\t\t\"value\":
72
+ 105\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_weapons_donated\",\n\t\t\t\t\"value\":
73
+ 3993\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_broken_windows\",\n\t\t\t\t\"value\":
74
+ 61\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_kills_enemy_blinded\",\n\t\t\t\t\"value\":
75
+ 522\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_kills_knife_fight\",\n\t\t\t\t\"value\":
76
+ 281\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_kills_against_zoomed_sniper\",\n\t\t\t\t\"value\":
77
+ 1494\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_dominations\",\n\t\t\t\t\"value\":
78
+ 191\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_domination_overkills\",\n\t\t\t\t\"value\":
79
+ 176\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_revenges\",\n\t\t\t\t\"value\":
80
+ 50\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_shots_hit\",\n\t\t\t\t\"value\":
81
+ 87956\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_shots_fired\",\n\t\t\t\t\"value\":
82
+ 559788\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_rounds_played\",\n\t\t\t\t\"value\":
83
+ 21500\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_shots_deagle\",\n\t\t\t\t\"value\":
84
+ 9565\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_shots_glock\",\n\t\t\t\t\"value\":
85
+ 36896\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_shots_elite\",\n\t\t\t\t\"value\":
86
+ 6033\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_shots_fiveseven\",\n\t\t\t\t\"value\":
87
+ 5053\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_shots_awp\",\n\t\t\t\t\"value\":
88
+ 10318\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_shots_ak47\",\n\t\t\t\t\"value\":
89
+ 82445\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_shots_aug\",\n\t\t\t\t\"value\":
90
+ 12307\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_shots_famas\",\n\t\t\t\t\"value\":
91
+ 11578\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_shots_g3sg1\",\n\t\t\t\t\"value\":
92
+ 4533\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_shots_p90\",\n\t\t\t\t\"value\":
93
+ 46492\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_shots_mac10\",\n\t\t\t\t\"value\":
94
+ 21529\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_shots_ump45\",\n\t\t\t\t\"value\":
95
+ 7457\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_shots_xm1014\",\n\t\t\t\t\"value\":
96
+ 34365\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_shots_m249\",\n\t\t\t\t\"value\":
97
+ 2899\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_hits_deagle\",\n\t\t\t\t\"value\":
98
+ 2376\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_hits_glock\",\n\t\t\t\t\"value\":
99
+ 5194\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_hits_elite\",\n\t\t\t\t\"value\":
100
+ 837\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_hits_fiveseven\",\n\t\t\t\t\"value\":
101
+ 770\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_hits_awp\",\n\t\t\t\t\"value\":
102
+ 2796\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_hits_ak47\",\n\t\t\t\t\"value\":
103
+ 12371\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_hits_aug\",\n\t\t\t\t\"value\":
104
+ 2381\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_hits_famas\",\n\t\t\t\t\"value\":
105
+ 2223\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_hits_g3sg1\",\n\t\t\t\t\"value\":
106
+ 641\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_hits_p90\",\n\t\t\t\t\"value\":
107
+ 6091\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_hits_mac10\",\n\t\t\t\t\"value\":
108
+ 3238\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_hits_ump45\",\n\t\t\t\t\"value\":
109
+ 1407\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_hits_xm1014\",\n\t\t\t\t\"value\":
110
+ 6389\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_hits_m249\",\n\t\t\t\t\"value\":
111
+ 658\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_rounds_map_cs_assault\",\n\t\t\t\t\"value\":
112
+ 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_rounds_map_cs_italy\",\n\t\t\t\t\"value\":
113
+ 34\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_rounds_map_cs_office\",\n\t\t\t\t\"value\":
114
+ 120\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_rounds_map_de_aztec\",\n\t\t\t\t\"value\":
115
+ 148\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_rounds_map_de_cbble\",\n\t\t\t\t\"value\":
116
+ 232\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_rounds_map_de_dust2\",\n\t\t\t\t\"value\":
117
+ 15171\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_rounds_map_de_dust\",\n\t\t\t\t\"value\":
118
+ 93\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_rounds_map_de_inferno\",\n\t\t\t\t\"value\":
119
+ 723\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_rounds_map_de_nuke\",\n\t\t\t\t\"value\":
120
+ 729\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_rounds_map_de_train\",\n\t\t\t\t\"value\":
121
+ 188\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"last_match_t_wins\",\n\t\t\t\t\"value\":
122
+ 11\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"last_match_ct_wins\",\n\t\t\t\t\"value\":
123
+ 15\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"last_match_wins\",\n\t\t\t\t\"value\":
124
+ 10\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"last_match_max_players\",\n\t\t\t\t\"value\":
125
+ 10\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"last_match_kills\",\n\t\t\t\t\"value\":
126
+ 15\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"last_match_deaths\",\n\t\t\t\t\"value\":
127
+ 25\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"last_match_mvps\",\n\t\t\t\t\"value\":
128
+ 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"last_match_favweapon_id\",\n\t\t\t\t\"value\":
129
+ 16\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"last_match_favweapon_shots\",\n\t\t\t\t\"value\":
130
+ 145\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"last_match_favweapon_hits\",\n\t\t\t\t\"value\":
131
+ 28\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"last_match_favweapon_kills\",\n\t\t\t\t\"value\":
132
+ 7\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"last_match_damage\",\n\t\t\t\t\"value\":
133
+ 2398\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"last_match_money_spent\",\n\t\t\t\t\"value\":
134
+ 67850\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"last_match_dominations\",\n\t\t\t\t\"value\":
135
+ 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"last_match_revenges\",\n\t\t\t\t\"value\":
136
+ 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_mvps\",\n\t\t\t\t\"value\":
137
+ 2309\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_rounds_map_de_lake\",\n\t\t\t\t\"value\":
138
+ 233\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_rounds_map_de_safehouse\",\n\t\t\t\t\"value\":
139
+ 205\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_rounds_map_de_sugarcane\",\n\t\t\t\t\"value\":
140
+ 68\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_rounds_map_de_stmarc\",\n\t\t\t\t\"value\":
141
+ 87\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_rounds_map_de_bank\",\n\t\t\t\t\"value\":
142
+ 180\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_rounds_map_de_shorttrain\",\n\t\t\t\t\"value\":
143
+ 77\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_TR_planted_bombs\",\n\t\t\t\t\"value\":
144
+ 32\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_TR_defused_bombs\",\n\t\t\t\t\"value\":
145
+ 15\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_gun_game_rounds_won\",\n\t\t\t\t\"value\":
146
+ 522\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_gun_game_rounds_played\",\n\t\t\t\t\"value\":
147
+ 984\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_wins_map_de_house\",\n\t\t\t\t\"value\":
148
+ 5\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_wins_map_de_bank\",\n\t\t\t\t\"value\":
149
+ 91\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_wins_map_de_vertigo\",\n\t\t\t\t\"value\":
150
+ 99\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_wins_map_ar_monastery\",\n\t\t\t\t\"value\":
151
+ 9\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_rounds_map_ar_shoots\",\n\t\t\t\t\"value\":
152
+ 26\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_rounds_map_ar_baggage\",\n\t\t\t\t\"value\":
153
+ 28\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_wins_map_ar_shoots\",\n\t\t\t\t\"value\":
154
+ 18\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_wins_map_ar_baggage\",\n\t\t\t\t\"value\":
155
+ 13\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_wins_map_de_lake\",\n\t\t\t\t\"value\":
156
+ 125\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_wins_map_de_sugarcane\",\n\t\t\t\t\"value\":
157
+ 33\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_wins_map_de_stmarc\",\n\t\t\t\t\"value\":
158
+ 50\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_matches_won_bank\",\n\t\t\t\t\"value\":
159
+ 5\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_wins_map_de_shorttrain\",\n\t\t\t\t\"value\":
160
+ 46\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_wins_map_de_safehouse\",\n\t\t\t\t\"value\":
161
+ 104\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_matches_won\",\n\t\t\t\t\"value\":
162
+ 550\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_matches_played\",\n\t\t\t\t\"value\":
163
+ 1188\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_gg_matches_won\",\n\t\t\t\t\"value\":
164
+ 48\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_gg_matches_played\",\n\t\t\t\t\"value\":
165
+ 249\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_progressive_matches_won\",\n\t\t\t\t\"value\":
166
+ 38\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_trbomb_matches_won\",\n\t\t\t\t\"value\":
167
+ 27\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_contribution_score\",\n\t\t\t\t\"value\":
168
+ 63703\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"last_match_contribution_score\",\n\t\t\t\t\"value\":
169
+ 39\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"last_match_rounds\",\n\t\t\t\t\"value\":
170
+ 26\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_kills_hkp2000\",\n\t\t\t\t\"value\":
171
+ 1132\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_shots_hkp2000\",\n\t\t\t\t\"value\":
172
+ 34742\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_hits_hkp2000\",\n\t\t\t\t\"value\":
173
+ 5872\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_hits_p250\",\n\t\t\t\t\"value\":
174
+ 3080\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_kills_p250\",\n\t\t\t\t\"value\":
175
+ 678\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_shots_p250\",\n\t\t\t\t\"value\":
176
+ 16649\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_kills_sg556\",\n\t\t\t\t\"value\":
177
+ 771\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_shots_sg556\",\n\t\t\t\t\"value\":
178
+ 16737\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_hits_sg556\",\n\t\t\t\t\"value\":
179
+ 2721\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_hits_scar20\",\n\t\t\t\t\"value\":
180
+ 570\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_kills_scar20\",\n\t\t\t\t\"value\":
181
+ 266\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_shots_scar20\",\n\t\t\t\t\"value\":
182
+ 3844\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_shots_ssg08\",\n\t\t\t\t\"value\":
183
+ 3615\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_hits_ssg08\",\n\t\t\t\t\"value\":
184
+ 798\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_kills_ssg08\",\n\t\t\t\t\"value\":
185
+ 354\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_shots_mp7\",\n\t\t\t\t\"value\":
186
+ 5712\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_hits_mp7\",\n\t\t\t\t\"value\":
187
+ 1314\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_kills_mp7\",\n\t\t\t\t\"value\":
188
+ 262\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_kills_mp9\",\n\t\t\t\t\"value\":
189
+ 196\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_shots_mp9\",\n\t\t\t\t\"value\":
190
+ 6433\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_hits_mp9\",\n\t\t\t\t\"value\":
191
+ 1136\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_hits_nova\",\n\t\t\t\t\"value\":
192
+ 3066\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_kills_nova\",\n\t\t\t\t\"value\":
193
+ 366\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_shots_nova\",\n\t\t\t\t\"value\":
194
+ 17801\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_hits_negev\",\n\t\t\t\t\"value\":
195
+ 2050\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_kills_negev\",\n\t\t\t\t\"value\":
196
+ 577\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_shots_negev\",\n\t\t\t\t\"value\":
197
+ 37520\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_shots_sawedoff\",\n\t\t\t\t\"value\":
198
+ 2923\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_hits_sawedoff\",\n\t\t\t\t\"value\":
199
+ 482\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_kills_sawedoff\",\n\t\t\t\t\"value\":
200
+ 75\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_shots_bizon\",\n\t\t\t\t\"value\":
201
+ 31840\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_hits_bizon\",\n\t\t\t\t\"value\":
202
+ 4382\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_kills_bizon\",\n\t\t\t\t\"value\":
203
+ 710\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_kills_tec9\",\n\t\t\t\t\"value\":
204
+ 245\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_shots_tec9\",\n\t\t\t\t\"value\":
205
+ 7345\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_hits_tec9\",\n\t\t\t\t\"value\":
206
+ 949\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_shots_mag7\",\n\t\t\t\t\"value\":
207
+ 6226\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_hits_mag7\",\n\t\t\t\t\"value\":
208
+ 1497\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_kills_mag7\",\n\t\t\t\t\"value\":
209
+ 200\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_gun_game_contribution_score\",\n\t\t\t\t\"value\":
210
+ 2960\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"last_match_gg_contribution_score\",\n\t\t\t\t\"value\":
211
+ 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_kills_m4a1\",\n\t\t\t\t\"value\":
212
+ 2851\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_kills_galilar\",\n\t\t\t\t\"value\":
213
+ 323\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_kills_molotov\",\n\t\t\t\t\"value\":
214
+ 173\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_kills_taser\",\n\t\t\t\t\"value\":
215
+ 60\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_shots_m4a1\",\n\t\t\t\t\"value\":
216
+ 69251\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_shots_galilar\",\n\t\t\t\t\"value\":
217
+ 6872\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_shots_taser\",\n\t\t\t\t\"value\":
218
+ 808\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_hits_m4a1\",\n\t\t\t\t\"value\":
219
+ 12095\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_hits_galilar\",\n\t\t\t\t\"value\":
220
+ 1211\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_rounds_map_ar_monastery\",\n\t\t\t\t\"value\":
221
+ 10\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_matches_won_train\",\n\t\t\t\t\"value\":
222
+ 11\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_rounds_map_de_vertigo\",\n\t\t\t\t\"value\":
223
+ 151\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_matches_won_shoots\",\n\t\t\t\t\"value\":
224
+ 17\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_matches_won_baggage\",\n\t\t\t\t\"value\":
225
+ 13\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_matches_won_lake\",\n\t\t\t\t\"value\":
226
+ 8\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_matches_won_sugarcane\",\n\t\t\t\t\"value\":
227
+ 2\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_matches_won_stmarc\",\n\t\t\t\t\"value\":
228
+ 3\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_matches_won_safehouse\",\n\t\t\t\t\"value\":
229
+ 6\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_matches_won_shorttrain\",\n\t\t\t\t\"value\":
230
+ 3\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"GI.lesson.csgo_instr_explain_buymenu\",\n\t\t\t\t\"value\":
231
+ 16\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"GI.lesson.csgo_instr_explain_buyarmor\",\n\t\t\t\t\"value\":
232
+ 16\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"GI.lesson.csgo_instr_explain_plant_bomb\",\n\t\t\t\t\"value\":
233
+ 16\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"GI.lesson.csgo_instr_explain_bomb_carrier\",\n\t\t\t\t\"value\":
234
+ 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"GI.lesson.bomb_sites_A\",\n\t\t\t\t\"value\":
235
+ 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"GI.lesson.defuse_planted_bomb\",\n\t\t\t\t\"value\":
236
+ 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"GI.lesson.csgo_instr_explain_follow_bomber\",\n\t\t\t\t\"value\":
237
+ 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"GI.lesson.csgo_instr_explain_pickup_bomb\",\n\t\t\t\t\"value\":
238
+ 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"GI.lesson.csgo_instr_explain_prevent_bomb_pickup\",\n\t\t\t\t\"value\":
239
+ 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"GI.lesson.Csgo_cycle_weapons_kb\",\n\t\t\t\t\"value\":
240
+ 16\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"GI.lesson.csgo_instr_explain_zoom\",\n\t\t\t\t\"value\":
241
+ 16\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"GI.lesson.csgo_instr_explain_silencer\",\n\t\t\t\t\"value\":
242
+ 16\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"GI.lesson.csgo_instr_explain_reload\",\n\t\t\t\t\"value\":
243
+ 17\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"GI.lesson.tr_explain_plant_bomb\",\n\t\t\t\t\"value\":
244
+ 16\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"GI.lesson.bomb_sites_B\",\n\t\t\t\t\"value\":
245
+ 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"GI.lesson.version_number\",\n\t\t\t\t\"value\":
246
+ 16\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"GI.lesson.find_planted_bomb\",\n\t\t\t\t\"value\":
247
+ 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"GI.lesson.csgo_use_hostage_follow\",\n\t\t\t\t\"value\":
248
+ 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"GI.lesson.csgo_hostage_lead_to_hrz\",\n\t\t\t\t\"value\":
249
+ 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"GI.lesson.csgo_instr_rescue_zone\",\n\t\t\t\t\"value\":
250
+ 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_wins_map_cs_militia\",\n\t\t\t\t\"value\":
251
+ 6\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"total_rounds_map_cs_militia\",\n\t\t\t\t\"value\":
252
+ 23\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"GI.lesson.csgo_instr_explain_inspect\",\n\t\t\t\t\"value\":
253
+ 32\n\t\t\t}\n\t\t]\n\t\t,\n\t\t\"achievements\": [\n\t\t\t{\n\t\t\t\t\"name\":
254
+ \"WIN_BOMB_PLANT\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
255
+ \"BOMB_PLANT_LOW\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
256
+ \"BOMB_DEFUSE_LOW\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
257
+ \"KILL_ENEMY_LOW\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
258
+ \"KILL_ENEMY_MED\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
259
+ \"KILL_ENEMY_HIGH\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
260
+ \"BOMB_DEFUSE_CLOSE_CALL\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
261
+ \"KILL_BOMB_DEFUSER\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
262
+ \"WIN_BOMB_DEFUSE\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
263
+ \"BOMB_PLANT_IN_25_SECONDS\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
264
+ \"WIN_ROUNDS_LOW\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
265
+ \"WIN_ROUNDS_MED\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
266
+ \"WIN_ROUNDS_HIGH\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
267
+ \"GIVE_DAMAGE_LOW\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
268
+ \"GIVE_DAMAGE_MED\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
269
+ \"GIVE_DAMAGE_HIGH\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
270
+ \"KILLING_SPREE\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
271
+ \"KILL_WITH_OWN_GUN\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
272
+ \"RESCUE_ALL_HOSTAGES\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
273
+ \"FAST_HOSTAGE_RESCUE\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
274
+ \"KILL_TWO_WITH_ONE_SHOT\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
275
+ \"EARN_MONEY_LOW\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
276
+ \"EARN_MONEY_MED\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
277
+ \"EARN_MONEY_HIGH\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
278
+ \"DEAD_GRENADE_KILL\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
279
+ \"KILL_ENEMY_DEAGLE\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
280
+ \"KILL_ENEMY_GLOCK\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
281
+ \"KILL_ENEMY_ELITE\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
282
+ \"KILL_ENEMY_FIVESEVEN\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
283
+ \"META_PISTOL\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
284
+ \"KILL_ENEMY_AWP\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
285
+ \"KILL_ENEMY_AK47\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
286
+ \"KILL_ENEMY_M4A1\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
287
+ \"KILL_ENEMY_AUG\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
288
+ \"KILL_ENEMY_FAMAS\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
289
+ \"KILL_ENEMY_G3SG1\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
290
+ \"META_RIFLE\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
291
+ \"KILL_ENEMY_P90\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
292
+ \"KILL_ENEMY_MAC10\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
293
+ \"KILL_ENEMY_UMP45\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
294
+ \"META_SMG\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
295
+ \"KILL_ENEMY_XM1014\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
296
+ \"META_SHOTGUN\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
297
+ \"KILL_ENEMY_HEGRENADE\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
298
+ \"KILL_ENEMY_KNIFE\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
299
+ \"KILL_ENEMY_M249\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
300
+ \"META_WEAPONMASTER\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
301
+ \"KILL_ENEMY_TEAM\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
302
+ \"KILLS_WITH_MULTIPLE_GUNS\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
303
+ \"KILL_HOSTAGE_RESCUER\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
304
+ \"LAST_PLAYER_ALIVE\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
305
+ \"KILL_ENEMY_LAST_BULLET\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
306
+ \"KILLING_SPREE_ENDER\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
307
+ \"HEADSHOTS\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
308
+ \"DAMAGE_NO_KILL\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
309
+ \"KILL_LOW_DAMAGE\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
310
+ \"KILL_ENEMY_RELOADING\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
311
+ \"KILL_ENEMY_BLINDED\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
312
+ \"KILL_ENEMIES_WHILE_BLIND\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
313
+ \"KILLS_ENEMY_WEAPON\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
314
+ \"KILL_WITH_EVERY_WEAPON\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
315
+ \"SURVIVE_GRENADE\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
316
+ \"WIN_KNIFE_FIGHTS_LOW\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
317
+ \"WIN_KNIFE_FIGHTS_HIGH\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
318
+ \"KILLED_DEFUSER_WITH_GRENADE\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
319
+ \"HIP_SHOT\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
320
+ \"KILL_SNIPER_WITH_SNIPER\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
321
+ \"KILL_SNIPER_WITH_KNIFE\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
322
+ \"KILL_SNIPERS\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
323
+ \"KILL_WHEN_AT_LOW_HEALTH\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
324
+ \"GRENADE_MULTIKILL\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
325
+ \"PISTOL_ROUND_KNIFE_KILL\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
326
+ \"FAST_ROUND_WIN\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
327
+ \"WIN_PISTOLROUNDS_LOW\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
328
+ \"WIN_PISTOLROUNDS_MED\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
329
+ \"WIN_PISTOLROUNDS_HIGH\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
330
+ \"GOOSE_CHASE\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
331
+ \"WIN_BOMB_PLANT_AFTER_RECOVERY\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
332
+ \"SURVIVE_MANY_ATTACKS\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
333
+ \"LOSSLESS_EXTERMINATION\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
334
+ \"FLAWLESS_VICTORY\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
335
+ \"WIN_DUAL_DUEL\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
336
+ \"UNSTOPPABLE_FORCE\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
337
+ \"IMMOVABLE_OBJECT\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
338
+ \"HEADSHOTS_IN_ROUND\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
339
+ \"WIN_MAP_DE_DUST2\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
340
+ \"WIN_MAP_DE_INFERNO\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
341
+ \"WIN_MAP_DE_NUKE\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
342
+ \"WIN_MAP_DE_SHORTTRAIN\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
343
+ \"KILL_WHILE_IN_AIR\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
344
+ \"KILL_ENEMY_IN_AIR\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
345
+ \"KILLER_AND_ENEMY_IN_AIR\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
346
+ \"SILENT_WIN\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
347
+ \"BLOODLESS_VICTORY\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
348
+ \"DONATE_WEAPONS\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
349
+ \"WIN_ROUNDS_WITHOUT_BUYING\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
350
+ \"DEFUSE_DEFENSE\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
351
+ \"KILL_BOMB_PICKUP\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
352
+ \"DOMINATIONS_LOW\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
353
+ \"DOMINATIONS_HIGH\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
354
+ \"DOMINATION_OVERKILLS_LOW\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
355
+ \"DOMINATION_OVERKILLS_HIGH\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
356
+ \"REVENGES_LOW\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
357
+ \"REVENGES_HIGH\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
358
+ \"CONCURRENT_DOMINATIONS\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
359
+ \"DOMINATION_OVERKILLS_MATCH\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
360
+ \"EXTENDED_DOMINATION\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
361
+ \"KILL_ENEMIES_WHILE_BLIND_HARD\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
362
+ \"CAUSE_FRIENDLY_FIRE_WITH_FLASHBANG\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
363
+ \"AVENGE_FRIEND\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
364
+ \"GUN_GAME_KILL_KNIFER\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
365
+ \"WIN_EVERY_GUNGAME_MAP\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
366
+ \"WIN_MAP_AR_SHOOTS\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
367
+ \"TR_BOMB_PLANT_LOW\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
368
+ \"TR_BOMB_DEFUSE_LOW\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
369
+ \"WIN_MAP_DE_LAKE\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
370
+ \"WIN_MAP_DE_SAFEHOUSE\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
371
+ \"WIN_MAP_DE_SUGARCANE\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
372
+ \"WIN_MAP_DE_STMARC\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
373
+ \"GUN_GAME_KNIFE_KILL_KNIFER\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
374
+ \"GUN_GAME_SMG_KILL_KNIFER\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
375
+ \"GUN_GAME_ROUNDS_LOW\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
376
+ \"WIN_GUN_GAME_ROUNDS_LOW\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
377
+ \"WIN_GUN_GAME_ROUNDS_MED\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
378
+ \"PLAY_EVERY_GUNGAME_MAP\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
379
+ \"GUN_GAME_FIRST_KILL\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
380
+ \"ONE_SHOT_ONE_KILL\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
381
+ \"GUN_GAME_CONSERVATIONIST\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
382
+ \"BASE_SCAMPER\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
383
+ \"BORN_READY\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
384
+ \"STILL_ALIVE\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
385
+ \"MEDALIST\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
386
+ \"WIN_MAP_DE_BANK\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
387
+ \"WIN_MAP_AR_BAGGAGE\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
388
+ \"KILL_ENEMY_BIZON\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
389
+ \"KILL_ENEMY_TEC9\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
390
+ \"KILL_ENEMY_TASER\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
391
+ \"KILL_ENEMY_HKP2000\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
392
+ \"KILL_ENEMY_P250\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
393
+ \"KILL_ENEMY_SCAR20\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
394
+ \"KILL_ENEMY_SG556\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
395
+ \"KILL_ENEMY_SSG08\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
396
+ \"KILL_ENEMY_MP7\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
397
+ \"KILL_ENEMY_MP9\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
398
+ \"KILL_ENEMY_MAG7\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
399
+ \"KILL_ENEMY_SAWEDOFF\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
400
+ \"KILL_ENEMY_NOVA\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
401
+ \"KILL_ENEMY_NEGEV\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
402
+ \"KILL_ENEMY_MOLOTOV\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
403
+ \"WIN_MAP_DE_TRAIN\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\":
404
+ \"KILL_ENEMY_GALILAR\",\n\t\t\t\t\"achieved\": 1\n\t\t\t}\n\t\t]\n\t\t\n\t}\n}"
405
+ http_version:
406
+ recorded_at: Thu, 30 Oct 2014 17:15:50 GMT
407
+ recorded_with: VCR 2.9.3
@@ -0,0 +1,39 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: http://api.steampowered.com/ISteamUserStats/GetUserStatsForGame/v2/?appid=12345&key=<API_KEY>&steamid=76561197995163285
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers:
10
+ Accept-Encoding:
11
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
12
+ Accept:
13
+ - '*/*'
14
+ User-Agent:
15
+ - Ruby
16
+ Host:
17
+ - api.steampowered.com
18
+ response:
19
+ status:
20
+ code: 400
21
+ message: Bad Request
22
+ headers:
23
+ Date:
24
+ - Thu, 30 Oct 2014 17:15:55 GMT
25
+ Expires:
26
+ - Thu, 30 Oct 2014 17:15:55 GMT
27
+ Content-Type:
28
+ - application/json; charset=UTF-8
29
+ Content-Length:
30
+ - '4'
31
+ body:
32
+ encoding: UTF-8
33
+ string: |-
34
+ {
35
+
36
+ }
37
+ http_version:
38
+ recorded_at: Thu, 30 Oct 2014 17:15:57 GMT
39
+ recorded_with: VCR 2.9.3
@@ -0,0 +1,46 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: http://api.steampowered.com/ISteamUserStats/GetUserStatsForGame/v2/?appid=730&key=<API_KEY>&steamid=76561198002572492
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers:
10
+ Accept-Encoding:
11
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
12
+ Accept:
13
+ - '*/*'
14
+ User-Agent:
15
+ - Ruby
16
+ Host:
17
+ - api.steampowered.com
18
+ response:
19
+ status:
20
+ code: 500
21
+ message: Internal Server Error
22
+ headers:
23
+ Content-Length:
24
+ - '116'
25
+ Content-Type:
26
+ - text/html; charset=UTF-8
27
+ Date:
28
+ - Thu, 30 Oct 2014 17:15:49 GMT
29
+ Expires:
30
+ - Mon, 26 Jul 1997 05:00:00 GMT
31
+ Cache-Control:
32
+ - no-cache,must-revalidate
33
+ body:
34
+ encoding: UTF-8
35
+ string: |-
36
+ <html>
37
+ <head>
38
+ <title>500 Internal Server Error</title>
39
+ </head>
40
+ <body>
41
+ <h1>Internal Server Error</h1>
42
+ </body>
43
+ </html>
44
+ http_version:
45
+ recorded_at: Thu, 30 Oct 2014 17:15:50 GMT
46
+ recorded_with: VCR 2.9.3
@@ -0,0 +1,39 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: http://api.steampowered.com/ISteamUserStats/GetUserStatsForGame/v2/?appid=730&key=<API_KEY>&steamid=67734658237465083465238745693
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers:
10
+ Accept-Encoding:
11
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
12
+ Accept:
13
+ - '*/*'
14
+ User-Agent:
15
+ - Ruby
16
+ Host:
17
+ - api.steampowered.com
18
+ response:
19
+ status:
20
+ code: 400
21
+ message: Bad Request
22
+ headers:
23
+ Date:
24
+ - Thu, 30 Oct 2014 17:15:49 GMT
25
+ Expires:
26
+ - Thu, 30 Oct 2014 17:15:49 GMT
27
+ Content-Type:
28
+ - application/json; charset=UTF-8
29
+ Content-Length:
30
+ - '4'
31
+ body:
32
+ encoding: UTF-8
33
+ string: |-
34
+ {
35
+
36
+ }
37
+ http_version:
38
+ recorded_at: Thu, 30 Oct 2014 17:15:51 GMT
39
+ recorded_with: VCR 2.9.3
@@ -0,0 +1,36 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: http://api.steampowered.com/ISteamUser/ResolveVanityURL/v0001/?key=<API_KEY>&vanityurl=67734658237465083465238745693
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers:
10
+ Accept-Encoding:
11
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
12
+ Accept:
13
+ - '*/*'
14
+ User-Agent:
15
+ - Ruby
16
+ Host:
17
+ - api.steampowered.com
18
+ response:
19
+ status:
20
+ code: 200
21
+ message: OK
22
+ headers:
23
+ Date:
24
+ - Thu, 30 Oct 2014 17:15:39 GMT
25
+ Expires:
26
+ - Thu, 30 Oct 2014 17:15:39 GMT
27
+ Content-Type:
28
+ - application/json; charset=UTF-8
29
+ Content-Length:
30
+ - '62'
31
+ body:
32
+ encoding: UTF-8
33
+ string: "{\n\t\"response\": {\n\t\t\"success\": 42,\n\t\t\"message\": \"No match\"\n\t}\n}"
34
+ http_version:
35
+ recorded_at: Thu, 30 Oct 2014 17:15:41 GMT
36
+ recorded_with: VCR 2.9.3
@@ -0,0 +1,37 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: http://api.steampowered.com/ISteamUser/ResolveVanityURL/v0001/?key=<API_KEY>&vanityurl=blitzcat
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers:
10
+ Accept-Encoding:
11
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
12
+ Accept:
13
+ - '*/*'
14
+ User-Agent:
15
+ - Ruby
16
+ Host:
17
+ - api.steampowered.com
18
+ response:
19
+ status:
20
+ code: 200
21
+ message: OK
22
+ headers:
23
+ Date:
24
+ - Thu, 30 Oct 2014 17:15:39 GMT
25
+ Expires:
26
+ - Thu, 30 Oct 2014 17:15:39 GMT
27
+ Content-Type:
28
+ - application/json; charset=UTF-8
29
+ Content-Length:
30
+ - '70'
31
+ body:
32
+ encoding: UTF-8
33
+ string: "{\n\t\"response\": {\n\t\t\"steamid\": \"76561198002572492\",\n\t\t\"success\":
34
+ 1\n\t}\n}"
35
+ http_version:
36
+ recorded_at: Thu, 30 Oct 2014 17:15:41 GMT
37
+ recorded_with: VCR 2.9.3