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,264 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: http://api.steampowered.com/IPlayerService/GetOwnedGames/v1?include_appinfo=0&include_played_free_games=1&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
+ X-Eresult:
24
+ - '1'
25
+ Date:
26
+ - Thu, 30 Oct 2014 17:15:27 GMT
27
+ Expires:
28
+ - Thu, 30 Oct 2014 17:15:27 GMT
29
+ Content-Type:
30
+ - application/json; charset=UTF-8
31
+ Content-Length:
32
+ - '13165'
33
+ body:
34
+ encoding: UTF-8
35
+ string: "{\n\t\"response\": {\n\t\t\"game_count\": 225,\n\t\t\"games\": [\n\t\t\t{\n\t\t\t\t\"appid\":
36
+ 3920,\n\t\t\t\t\"playtime_forever\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
37
+ 240,\n\t\t\t\t\"playtime_forever\": 55\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
38
+ 4000,\n\t\t\t\t\"playtime_forever\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
39
+ 2620,\n\t\t\t\t\"playtime_forever\": 46\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
40
+ 2630,\n\t\t\t\t\"playtime_forever\": 11\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
41
+ 2640,\n\t\t\t\t\"playtime_forever\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
42
+ 320,\n\t\t\t\t\"playtime_forever\": 4\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
43
+ 340,\n\t\t\t\t\"playtime_forever\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
44
+ 400,\n\t\t\t\t\"playtime_forever\": 206\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
45
+ 12900,\n\t\t\t\t\"playtime_forever\": 34\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
46
+ 2700,\n\t\t\t\t\"playtime_forever\": 11\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
47
+ 20,\n\t\t\t\t\"playtime_forever\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
48
+ 50,\n\t\t\t\t\"playtime_forever\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
49
+ 70,\n\t\t\t\t\"playtime_forever\": 71\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
50
+ 130,\n\t\t\t\t\"playtime_forever\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
51
+ 220,\n\t\t\t\t\"playtime_forever\": 25\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
52
+ 280,\n\t\t\t\t\"playtime_forever\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
53
+ 360,\n\t\t\t\t\"playtime_forever\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
54
+ 380,\n\t\t\t\t\"playtime_forever\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
55
+ 420,\n\t\t\t\t\"playtime_forever\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
56
+ 20900,\n\t\t\t\t\"playtime_forever\": 3\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
57
+ 12210,\n\t\t\t\t\"playtime_forever\": 4\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
58
+ 18500,\n\t\t\t\t\"playtime_forever\": 15\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
59
+ 17470,\n\t\t\t\t\"playtime_forever\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
60
+ 24740,\n\t\t\t\t\"playtime_forever\": 26\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
61
+ 1250,\n\t\t\t\t\"playtime_forever\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
62
+ 35420,\n\t\t\t\t\"playtime_forever\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
63
+ 36000,\n\t\t\t\t\"playtime_forever\": 41\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
64
+ 24800,\n\t\t\t\t\"playtime_forever\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
65
+ 10180,\n\t\t\t\t\"playtime_forever\": 207\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
66
+ 10190,\n\t\t\t\t\"playtime_forever\": 7216\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
67
+ 23490,\n\t\t\t\t\"playtime_forever\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
68
+ 32440,\n\t\t\t\t\"playtime_forever\": 90\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
69
+ 550,\n\t\t\t\t\"playtime_forever\": 739\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
70
+ 223530,\n\t\t\t\t\"playtime_forever\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
71
+ 24960,\n\t\t\t\t\"playtime_forever\": 120\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
72
+ 8190,\n\t\t\t\t\"playtime_forever\": 25\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
73
+ 35140,\n\t\t\t\t\"playtime_forever\": 230\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
74
+ 33900,\n\t\t\t\t\"playtime_forever\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
75
+ 33930,\n\t\t\t\t\"playtime_forever\": 396\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
76
+ 219540,\n\t\t\t\t\"playtime_forever\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
77
+ 17410,\n\t\t\t\t\"playtime_forever\": 19\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
78
+ 70300,\n\t\t\t\t\"playtime_forever\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
79
+ 18400,\n\t\t\t\t\"playtime_forever\": 13\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
80
+ 21130,\n\t\t\t\t\"playtime_forever\": 600\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
81
+ 21000,\n\t\t\t\t\"playtime_forever\": 39\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
82
+ 4540,\n\t\t\t\t\"playtime_forever\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
83
+ 44320,\n\t\t\t\t\"playtime_forever\": 389\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
84
+ 620,\n\t\t\t\t\"playtime_forever\": 1369\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
85
+ 45760,\n\t\t\t\t\"playtime_forever\": 48\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
86
+ 105600,\n\t\t\t\t\"playtime_forever\": 60\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
87
+ 20920,\n\t\t\t\t\"playtime_forever\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
88
+ 7600,\n\t\t\t\t\"playtime_forever\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
89
+ 6000,\n\t\t\t\t\"playtime_forever\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
90
+ 6020,\n\t\t\t\t\"playtime_forever\": 5\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
91
+ 6030,\n\t\t\t\t\"playtime_forever\": 5\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
92
+ 6060,\n\t\t\t\t\"playtime_forever\": 75\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
93
+ 32350,\n\t\t\t\t\"playtime_forever\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
94
+ 32370,\n\t\t\t\t\"playtime_forever\": 10\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
95
+ 32380,\n\t\t\t\t\"playtime_forever\": 2\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
96
+ 32390,\n\t\t\t\t\"playtime_forever\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
97
+ 32400,\n\t\t\t\t\"playtime_forever\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
98
+ 32420,\n\t\t\t\t\"playtime_forever\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
99
+ 32430,\n\t\t\t\t\"playtime_forever\": 15\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
100
+ 32470,\n\t\t\t\t\"playtime_forever\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
101
+ 32500,\n\t\t\t\t\"playtime_forever\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
102
+ 8980,\n\t\t\t\t\"playtime_forever\": 2254\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
103
+ 107310,\n\t\t\t\t\"playtime_forever\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
104
+ 28050,\n\t\t\t\t\"playtime_forever\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
105
+ 63000,\n\t\t\t\t\"playtime_forever\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
106
+ 8930,\n\t\t\t\t\"playtime_forever\": 2206\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
107
+ 113200,\n\t\t\t\t\"playtime_forever\": 4\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
108
+ 55230,\n\t\t\t\t\"playtime_forever\": 498\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
109
+ 115100,\n\t\t\t\t\"playtime_forever\": 51\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
110
+ 102600,\n\t\t\t\t\"playtime_forever\": 76\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
111
+ 72850,\n\t\t\t\t\"playtime_forever\": 463\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
112
+ 22380,\n\t\t\t\t\"playtime_forever\": 17\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
113
+ 205730,\n\t\t\t\t\"playtime_forever\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
114
+ 115110,\n\t\t\t\t\"playtime_forever\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
115
+ 207650,\n\t\t\t\t\"playtime_forever\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
116
+ 207490,\n\t\t\t\t\"playtime_forever\": 1718\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
117
+ 208600,\n\t\t\t\t\"playtime_forever\": 108\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
118
+ 3900,\n\t\t\t\t\"playtime_forever\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
119
+ 3990,\n\t\t\t\t\"playtime_forever\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
120
+ 8800,\n\t\t\t\t\"playtime_forever\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
121
+ 16810,\n\t\t\t\t\"playtime_forever\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
122
+ 34440,\n\t\t\t\t\"playtime_forever\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
123
+ 34450,\n\t\t\t\t\"playtime_forever\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
124
+ 34460,\n\t\t\t\t\"playtime_forever\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
125
+ 212680,\n\t\t\t\t\"playtime_forever\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
126
+ 108800,\n\t\t\t\t\"playtime_forever\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
127
+ 3830,\n\t\t\t\t\"playtime_forever\": 190\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
128
+ 48000,\n\t\t\t\t\"playtime_forever\": 6\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
129
+ 57300,\n\t\t\t\t\"playtime_forever\": 55\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
130
+ 204060,\n\t\t\t\t\"playtime_forever\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
131
+ 107100,\n\t\t\t\t\"playtime_forever\": 458\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
132
+ 26800,\n\t\t\t\t\"playtime_forever\": 22\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
133
+ 40800,\n\t\t\t\t\"playtime_2weeks\": 2,\n\t\t\t\t\"playtime_forever\": 456\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
134
+ 209830,\n\t\t\t\t\"playtime_forever\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
135
+ 12750,\n\t\t\t\t\"playtime_forever\": 8\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
136
+ 730,\n\t\t\t\t\"playtime_2weeks\": 650,\n\t\t\t\t\"playtime_forever\": 42470\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
137
+ 202170,\n\t\t\t\t\"playtime_forever\": 93\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
138
+ 204120,\n\t\t\t\t\"playtime_forever\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
139
+ 213330,\n\t\t\t\t\"playtime_forever\": 315\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
140
+ 215510,\n\t\t\t\t\"playtime_forever\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
141
+ 207890,\n\t\t\t\t\"playtime_forever\": 551\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
142
+ 20820,\n\t\t\t\t\"playtime_forever\": 26\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
143
+ 41500,\n\t\t\t\t\"playtime_forever\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
144
+ 107200,\n\t\t\t\t\"playtime_forever\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
145
+ 107800,\n\t\t\t\t\"playtime_forever\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
146
+ 108500,\n\t\t\t\t\"playtime_forever\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
147
+ 65300,\n\t\t\t\t\"playtime_forever\": 10\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
148
+ 49520,\n\t\t\t\t\"playtime_forever\": 1114\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\":
149
+ 204300,\n\t\t\t\t\"playtime_2weeks\": 697,\n\t\t\t\t\"playtime_forever\":
150
+ 697\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 200260,\n\t\t\t\t\"playtime_forever\":
151
+ 540\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 209540,\n\t\t\t\t\"playtime_forever\":
152
+ 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 206440,\n\t\t\t\t\"playtime_forever\":
153
+ 6\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 220780,\n\t\t\t\t\"playtime_forever\":
154
+ 264\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 202970,\n\t\t\t\t\"playtime_forever\":
155
+ 116\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 202990,\n\t\t\t\t\"playtime_forever\":
156
+ 320\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 212910,\n\t\t\t\t\"playtime_forever\":
157
+ 10\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 200710,\n\t\t\t\t\"playtime_forever\":
158
+ 47\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 204360,\n\t\t\t\t\"playtime_forever\":
159
+ 383\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 18450,\n\t\t\t\t\"playtime_forever\":
160
+ 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 18460,\n\t\t\t\t\"playtime_forever\":
161
+ 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 18420,\n\t\t\t\t\"playtime_forever\":
162
+ 79\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 205100,\n\t\t\t\t\"playtime_forever\":
163
+ 243\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 205790,\n\t\t\t\t\"playtime_forever\":
164
+ 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 214560,\n\t\t\t\t\"playtime_forever\":
165
+ 69\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 219640,\n\t\t\t\t\"playtime_forever\":
166
+ 146\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 232210,\n\t\t\t\t\"playtime_forever\":
167
+ 500\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 219150,\n\t\t\t\t\"playtime_forever\":
168
+ 190\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 223220,\n\t\t\t\t\"playtime_forever\":
169
+ 6\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 218740,\n\t\t\t\t\"playtime_forever\":
170
+ 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 4920,\n\t\t\t\t\"playtime_forever\":
171
+ 43\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 201790,\n\t\t\t\t\"playtime_forever\":
172
+ 681\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 4560,\n\t\t\t\t\"playtime_forever\":
173
+ 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 9340,\n\t\t\t\t\"playtime_forever\":
174
+ 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 20540,\n\t\t\t\t\"playtime_forever\":
175
+ 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 43110,\n\t\t\t\t\"playtime_forever\":
176
+ 9\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 50620,\n\t\t\t\t\"playtime_forever\":
177
+ 7\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 55110,\n\t\t\t\t\"playtime_forever\":
178
+ 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 228200,\n\t\t\t\t\"playtime_forever\":
179
+ 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 214510,\n\t\t\t\t\"playtime_forever\":
180
+ 330\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 80300,\n\t\t\t\t\"playtime_forever\":
181
+ 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 4570,\n\t\t\t\t\"playtime_forever\":
182
+ 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 113020,\n\t\t\t\t\"playtime_forever\":
183
+ 18\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 200900,\n\t\t\t\t\"playtime_forever\":
184
+ 700\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 35720,\n\t\t\t\t\"playtime_forever\":
185
+ 3\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 212480,\n\t\t\t\t\"playtime_forever\":
186
+ 1003\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 227300,\n\t\t\t\t\"playtime_forever\":
187
+ 34\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 219890,\n\t\t\t\t\"playtime_forever\":
188
+ 105\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 218230,\n\t\t\t\t\"playtime_forever\":
189
+ 49\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 218170,\n\t\t\t\t\"playtime_forever\":
190
+ 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 230980,\n\t\t\t\t\"playtime_forever\":
191
+ 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 224580,\n\t\t\t\t\"playtime_forever\":
192
+ 6\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 225260,\n\t\t\t\t\"playtime_forever\":
193
+ 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 218060,\n\t\t\t\t\"playtime_forever\":
194
+ 455\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 203160,\n\t\t\t\t\"playtime_forever\":
195
+ 48\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 221380,\n\t\t\t\t\"playtime_forever\":
196
+ 72\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 227080,\n\t\t\t\t\"playtime_forever\":
197
+ 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 233450,\n\t\t\t\t\"playtime_forever\":
198
+ 31\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 220160,\n\t\t\t\t\"playtime_forever\":
199
+ 166\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 233720,\n\t\t\t\t\"playtime_forever\":
200
+ 66\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 3910,\n\t\t\t\t\"playtime_forever\":
201
+ 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 224760,\n\t\t\t\t\"playtime_forever\":
202
+ 65\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 233230,\n\t\t\t\t\"playtime_forever\":
203
+ 7\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 234190,\n\t\t\t\t\"playtime_forever\":
204
+ 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 220200,\n\t\t\t\t\"playtime_forever\":
205
+ 5\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 222730,\n\t\t\t\t\"playtime_forever\":
206
+ 4\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 235820,\n\t\t\t\t\"playtime_forever\":
207
+ 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 209160,\n\t\t\t\t\"playtime_forever\":
208
+ 5\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 209170,\n\t\t\t\t\"playtime_forever\":
209
+ 286\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 236090,\n\t\t\t\t\"playtime_forever\":
210
+ 1163\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 231160,\n\t\t\t\t\"playtime_forever\":
211
+ 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 242920,\n\t\t\t\t\"playtime_forever\":
212
+ 37\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 242110,\n\t\t\t\t\"playtime_forever\":
213
+ 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 201420,\n\t\t\t\t\"playtime_forever\":
214
+ 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 237530,\n\t\t\t\t\"playtime_forever\":
215
+ 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 234390,\n\t\t\t\t\"playtime_forever\":
216
+ 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 214770,\n\t\t\t\t\"playtime_forever\":
217
+ 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 247370,\n\t\t\t\t\"playtime_forever\":
218
+ 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 244070,\n\t\t\t\t\"playtime_forever\":
219
+ 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 239030,\n\t\t\t\t\"playtime_forever\":
220
+ 48\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 242550,\n\t\t\t\t\"playtime_forever\":
221
+ 907\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 231040,\n\t\t\t\t\"playtime_forever\":
222
+ 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 248820,\n\t\t\t\t\"playtime_forever\":
223
+ 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 218620,\n\t\t\t\t\"playtime_forever\":
224
+ 275\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 47790,\n\t\t\t\t\"playtime_forever\":
225
+ 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 47830,\n\t\t\t\t\"playtime_forever\":
226
+ 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 209000,\n\t\t\t\t\"playtime_forever\":
227
+ 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 239200,\n\t\t\t\t\"playtime_forever\":
228
+ 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 206420,\n\t\t\t\t\"playtime_forever\":
229
+ 229\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 250260,\n\t\t\t\t\"playtime_forever\":
230
+ 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 214550,\n\t\t\t\t\"playtime_forever\":
231
+ 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 222880,\n\t\t\t\t\"playtime_forever\":
232
+ 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 253690,\n\t\t\t\t\"playtime_forever\":
233
+ 60\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 3370,\n\t\t\t\t\"playtime_forever\":
234
+ 3\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 3390,\n\t\t\t\t\"playtime_forever\":
235
+ 3\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 3480,\n\t\t\t\t\"playtime_forever\":
236
+ 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 3600,\n\t\t\t\t\"playtime_forever\":
237
+ 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 78000,\n\t\t\t\t\"playtime_forever\":
238
+ 19\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 3540,\n\t\t\t\t\"playtime_forever\":
239
+ 36\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 3590,\n\t\t\t\t\"playtime_forever\":
240
+ 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 3620,\n\t\t\t\t\"playtime_forever\":
241
+ 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 221910,\n\t\t\t\t\"playtime_forever\":
242
+ 319\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 254440,\n\t\t\t\t\"playtime_forever\":
243
+ 17\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 244090,\n\t\t\t\t\"playtime_forever\":
244
+ 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 266110,\n\t\t\t\t\"playtime_forever\":
245
+ 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 267530,\n\t\t\t\t\"playtime_forever\":
246
+ 1034\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 7670,\n\t\t\t\t\"playtime_forever\":
247
+ 39\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 8850,\n\t\t\t\t\"playtime_forever\":
248
+ 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 8870,\n\t\t\t\t\"playtime_forever\":
249
+ 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 224480,\n\t\t\t\t\"playtime_forever\":
250
+ 354\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 274250,\n\t\t\t\t\"playtime_forever\":
251
+ 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 265930,\n\t\t\t\t\"playtime_forever\":
252
+ 143\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 285160,\n\t\t\t\t\"playtime_forever\":
253
+ 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 219740,\n\t\t\t\t\"playtime_forever\":
254
+ 20\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 35450,\n\t\t\t\t\"playtime_forever\":
255
+ 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 236830,\n\t\t\t\t\"playtime_forever\":
256
+ 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 301520,\n\t\t\t\t\"playtime_forever\":
257
+ 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 241930,\n\t\t\t\t\"playtime_forever\":
258
+ 51\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 440,\n\t\t\t\t\"playtime_forever\":
259
+ 1460\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 570,\n\t\t\t\t\"playtime_forever\":
260
+ 99\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"appid\": 24200,\n\t\t\t\t\"playtime_forever\":
261
+ 435\n\t\t\t}\n\t\t]\n\t\t\n\t}\n}"
262
+ http_version:
263
+ recorded_at: Thu, 30 Oct 2014 17:15:29 GMT
264
+ recorded_with: VCR 2.9.3
@@ -0,0 +1,38 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: http://api.steampowered.com/IPlayerService/GetOwnedGames/v1?include_appinfo=0&include_played_free_games=0&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: 200
21
+ message: OK
22
+ headers:
23
+ X-Eresult:
24
+ - '15'
25
+ Date:
26
+ - Thu, 30 Oct 2014 17:15:26 GMT
27
+ Expires:
28
+ - Thu, 30 Oct 2014 17:15:26 GMT
29
+ Content-Type:
30
+ - application/json; charset=UTF-8
31
+ Content-Length:
32
+ - '22'
33
+ body:
34
+ encoding: UTF-8
35
+ string: "{\n\t\"response\": {\n\n\t}\n}"
36
+ http_version:
37
+ recorded_at: Thu, 30 Oct 2014 17:15:28 GMT
38
+ recorded_with: VCR 2.9.3
@@ -0,0 +1,205 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: http://api.steampowered.com/ISteamUserStats/GetPlayerAchievements/v1/?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:43 GMT
25
+ Expires:
26
+ - Thu, 30 Oct 2014 17:20:43 GMT
27
+ Content-Type:
28
+ - application/json; charset=UTF-8
29
+ Content-Length:
30
+ - '11101'
31
+ body:
32
+ encoding: UTF-8
33
+ string: "{\n\t\"playerstats\": {\n\t\t\"steamID\": \"76561197995163285\",\n\t\t\"gameName\":
34
+ \"Counter-Strike: Global Offensive\",\n\t\t\"achievements\": [\n\t\t\t{\n\t\t\t\t\"apiname\":
35
+ \"WIN_BOMB_PLANT\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
36
+ \"BOMB_PLANT_LOW\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
37
+ \"BOMB_DEFUSE_LOW\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
38
+ \"KILL_ENEMY_LOW\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
39
+ \"KILL_ENEMY_MED\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
40
+ \"KILL_ENEMY_HIGH\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
41
+ \"BOMB_DEFUSE_CLOSE_CALL\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
42
+ \"KILL_BOMB_DEFUSER\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
43
+ \"WIN_BOMB_DEFUSE\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
44
+ \"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\"apiname\":
45
+ \"WIN_ROUNDS_LOW\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
46
+ \"WIN_ROUNDS_MED\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
47
+ \"WIN_ROUNDS_HIGH\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
48
+ \"GIVE_DAMAGE_LOW\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
49
+ \"GIVE_DAMAGE_MED\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
50
+ \"GIVE_DAMAGE_HIGH\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
51
+ \"KILLING_SPREE\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
52
+ \"KILL_WITH_OWN_GUN\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
53
+ \"RESCUE_HOSTAGES_LOW\",\n\t\t\t\t\"achieved\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
54
+ \"RESCUE_HOSTAGES_MED\",\n\t\t\t\t\"achieved\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
55
+ \"RESCUE_ALL_HOSTAGES\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
56
+ \"FAST_HOSTAGE_RESCUE\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
57
+ \"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\"apiname\":
58
+ \"EARN_MONEY_LOW\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
59
+ \"EARN_MONEY_MED\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
60
+ \"EARN_MONEY_HIGH\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
61
+ \"DEAD_GRENADE_KILL\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
62
+ \"KILL_ENEMY_DEAGLE\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
63
+ \"KILL_ENEMY_GLOCK\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
64
+ \"KILL_ENEMY_ELITE\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
65
+ \"KILL_ENEMY_FIVESEVEN\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
66
+ \"META_PISTOL\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
67
+ \"KILL_ENEMY_AWP\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
68
+ \"KILL_ENEMY_AK47\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
69
+ \"KILL_ENEMY_M4A1\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
70
+ \"KILL_ENEMY_AUG\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
71
+ \"KILL_ENEMY_FAMAS\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
72
+ \"KILL_ENEMY_G3SG1\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
73
+ \"META_RIFLE\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
74
+ \"KILL_ENEMY_P90\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
75
+ \"KILL_ENEMY_MAC10\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
76
+ \"KILL_ENEMY_UMP45\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
77
+ \"META_SMG\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
78
+ \"KILL_ENEMY_XM1014\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
79
+ \"META_SHOTGUN\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
80
+ \"KILL_ENEMY_HEGRENADE\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
81
+ \"KILL_ENEMY_KNIFE\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
82
+ \"KILL_ENEMY_M249\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
83
+ \"META_WEAPONMASTER\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
84
+ \"KILL_ENEMY_TEAM\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
85
+ \"KILLS_WITH_MULTIPLE_GUNS\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
86
+ \"KILL_HOSTAGE_RESCUER\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
87
+ \"LAST_PLAYER_ALIVE\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
88
+ \"KILL_ENEMY_LAST_BULLET\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
89
+ \"KILLING_SPREE_ENDER\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
90
+ \"BREAK_WINDOWS\",\n\t\t\t\t\"achieved\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
91
+ \"HEADSHOTS\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
92
+ \"DAMAGE_NO_KILL\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
93
+ \"KILL_LOW_DAMAGE\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
94
+ \"KILL_ENEMY_RELOADING\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
95
+ \"KILL_ENEMY_BLINDED\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
96
+ \"KILL_ENEMIES_WHILE_BLIND\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
97
+ \"KILLS_ENEMY_WEAPON\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
98
+ \"KILL_WITH_EVERY_WEAPON\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
99
+ \"SURVIVE_GRENADE\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
100
+ \"WIN_KNIFE_FIGHTS_LOW\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
101
+ \"WIN_KNIFE_FIGHTS_HIGH\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
102
+ \"KILLED_DEFUSER_WITH_GRENADE\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
103
+ \"HIP_SHOT\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
104
+ \"KILL_SNIPER_WITH_SNIPER\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
105
+ \"KILL_SNIPER_WITH_KNIFE\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
106
+ \"KILL_SNIPERS\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
107
+ \"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\"apiname\":
108
+ \"GRENADE_MULTIKILL\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
109
+ \"PISTOL_ROUND_KNIFE_KILL\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
110
+ \"FAST_ROUND_WIN\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
111
+ \"WIN_PISTOLROUNDS_LOW\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
112
+ \"WIN_PISTOLROUNDS_MED\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
113
+ \"WIN_PISTOLROUNDS_HIGH\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
114
+ \"BOMB_MULTIKILL\",\n\t\t\t\t\"achieved\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
115
+ \"GOOSE_CHASE\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
116
+ \"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\"apiname\":
117
+ \"SURVIVE_MANY_ATTACKS\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
118
+ \"LOSSLESS_EXTERMINATION\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
119
+ \"FLAWLESS_VICTORY\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
120
+ \"WIN_DUAL_DUEL\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
121
+ \"UNSTOPPABLE_FORCE\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
122
+ \"IMMOVABLE_OBJECT\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
123
+ \"HEADSHOTS_IN_ROUND\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
124
+ \"WIN_MAP_CS_ITALY\",\n\t\t\t\t\"achieved\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
125
+ \"WIN_MAP_CS_OFFICE\",\n\t\t\t\t\"achieved\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
126
+ \"WIN_MAP_DE_AZTEC\",\n\t\t\t\t\"achieved\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
127
+ \"WIN_MAP_DE_DUST\",\n\t\t\t\t\"achieved\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
128
+ \"WIN_MAP_DE_DUST2\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
129
+ \"WIN_MAP_DE_INFERNO\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
130
+ \"WIN_MAP_DE_NUKE\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
131
+ \"WIN_MAP_DE_SHORTTRAIN\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
132
+ \"KILL_WHILE_IN_AIR\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
133
+ \"KILL_ENEMY_IN_AIR\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
134
+ \"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\"apiname\":
135
+ \"SILENT_WIN\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
136
+ \"BLOODLESS_VICTORY\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
137
+ \"DONATE_WEAPONS\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
138
+ \"WIN_ROUNDS_WITHOUT_BUYING\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
139
+ \"DEFUSE_DEFENSE\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
140
+ \"KILL_BOMB_PICKUP\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
141
+ \"DOMINATIONS_LOW\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
142
+ \"DOMINATIONS_HIGH\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
143
+ \"DOMINATION_OVERKILLS_LOW\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
144
+ \"DOMINATION_OVERKILLS_HIGH\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
145
+ \"REVENGES_LOW\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
146
+ \"REVENGES_HIGH\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
147
+ \"CONCURRENT_DOMINATIONS\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
148
+ \"DOMINATION_OVERKILLS_MATCH\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
149
+ \"EXTENDED_DOMINATION\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
150
+ \"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\"apiname\":
151
+ \"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\"apiname\":
152
+ \"AVENGE_FRIEND\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
153
+ \"GUN_GAME_KILL_KNIFER\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
154
+ \"WIN_EVERY_GUNGAME_MAP\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
155
+ \"WIN_MAP_AR_SHOOTS\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
156
+ \"TR_BOMB_PLANT_LOW\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
157
+ \"TR_BOMB_DEFUSE_LOW\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
158
+ \"WIN_MAP_DE_LAKE\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
159
+ \"WIN_MAP_DE_SAFEHOUSE\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
160
+ \"WIN_MAP_DE_SUGARCANE\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
161
+ \"WIN_MAP_DE_STMARC\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
162
+ \"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\"apiname\":
163
+ \"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\"apiname\":
164
+ \"GUN_GAME_ROUNDS_LOW\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
165
+ \"GUN_GAME_ROUNDS_MED\",\n\t\t\t\t\"achieved\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
166
+ \"GUN_GAME_ROUNDS_HIGH\",\n\t\t\t\t\"achieved\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
167
+ \"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\"apiname\":
168
+ \"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\"apiname\":
169
+ \"WIN_GUN_GAME_ROUNDS_HIGH\",\n\t\t\t\t\"achieved\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
170
+ \"WIN_GUN_GAME_ROUNDS_EXTREME\",\n\t\t\t\t\"achieved\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
171
+ \"WIN_GUN_GAME_ROUNDS_ULTIMATE\",\n\t\t\t\t\"achieved\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
172
+ \"PLAY_EVERY_GUNGAME_MAP\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
173
+ \"GUN_GAME_RAMPAGE\",\n\t\t\t\t\"achieved\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
174
+ \"GUN_GAME_FIRST_KILL\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
175
+ \"GUN_GAME_FIRST_THING_FIRST\",\n\t\t\t\t\"achieved\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
176
+ \"GUN_GAME_TARGET_SECURED\",\n\t\t\t\t\"achieved\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
177
+ \"ONE_SHOT_ONE_KILL\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
178
+ \"GUN_GAME_CONSERVATIONIST\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
179
+ \"BASE_SCAMPER\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
180
+ \"BORN_READY\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
181
+ \"STILL_ALIVE\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
182
+ \"MEDALIST\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
183
+ \"WIN_MAP_DE_BANK\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
184
+ \"WIN_MAP_AR_BAGGAGE\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
185
+ \"KILL_ENEMY_BIZON\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
186
+ \"KILL_ENEMY_TEC9\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
187
+ \"KILL_ENEMY_TASER\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
188
+ \"KILL_ENEMY_HKP2000\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
189
+ \"KILL_ENEMY_P250\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
190
+ \"KILL_ENEMY_SCAR20\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
191
+ \"KILL_ENEMY_SG556\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
192
+ \"KILL_ENEMY_SSG08\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
193
+ \"KILL_ENEMY_MP7\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
194
+ \"KILL_ENEMY_MP9\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
195
+ \"KILL_ENEMY_MAG7\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
196
+ \"KILL_ENEMY_SAWEDOFF\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
197
+ \"KILL_ENEMY_NOVA\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
198
+ \"KILL_ENEMY_NEGEV\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
199
+ \"KILL_ENEMY_MOLOTOV\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
200
+ \"WIN_MAP_DE_TRAIN\",\n\t\t\t\t\"achieved\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"apiname\":
201
+ \"KILL_ENEMY_GALILAR\",\n\t\t\t\t\"achieved\": 1\n\t\t\t}\n\t\t]\n\t\t,\n\t\t\"success\":
202
+ true\n\t}\n}"
203
+ http_version:
204
+ recorded_at: Thu, 30 Oct 2014 17:15:45 GMT
205
+ 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/ISteamUserStats/GetPlayerAchievements/v1/?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:47 GMT
25
+ Expires:
26
+ - Thu, 30 Oct 2014 17:15:47 GMT
27
+ Content-Type:
28
+ - application/json; charset=UTF-8
29
+ Content-Length:
30
+ - '84'
31
+ body:
32
+ encoding: UTF-8
33
+ string: "{\n\t\"playerstats\": {\n\t\t\"error\": \"Requested app has no stats\",\n\t\t\"success\":
34
+ false\n\t}\n}"
35
+ http_version:
36
+ recorded_at: Thu, 30 Oct 2014 17:15:48 GMT
37
+ 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/ISteamUserStats/GetPlayerAchievements/v1/?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: 403
21
+ message: Forbidden
22
+ headers:
23
+ Date:
24
+ - Thu, 30 Oct 2014 17:15:45 GMT
25
+ Expires:
26
+ - Thu, 30 Oct 2014 17:15:45 GMT
27
+ Content-Type:
28
+ - application/json; charset=UTF-8
29
+ Content-Length:
30
+ - '79'
31
+ body:
32
+ encoding: UTF-8
33
+ string: "{\n\t\"playerstats\": {\n\t\t\"error\": \"Profile is not public\",\n\t\t\"success\":
34
+ false\n\t}\n}"
35
+ http_version:
36
+ recorded_at: Thu, 30 Oct 2014 17:15:47 GMT
37
+ 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/ISteamUserStats/GetPlayerAchievements/v1/?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:46 GMT
25
+ Expires:
26
+ - Thu, 30 Oct 2014 17:15:46 GMT
27
+ Content-Type:
28
+ - application/json; charset=UTF-8
29
+ Content-Length:
30
+ - '73'
31
+ body:
32
+ encoding: UTF-8
33
+ string: "{\n\t\"playerstats\": {\n\t\t\"error\": \"Invalid SteamID\",\n\t\t\"success\":
34
+ false\n\t}\n}"
35
+ http_version:
36
+ recorded_at: Thu, 30 Oct 2014 17:15:48 GMT
37
+ recorded_with: VCR 2.9.3