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,39 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: http://api.steampowered.com/ISteamUserStats/GetGlobalAchievementPercentagesForApp/v0002/?gameid=12345
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:41 GMT
25
+ Expires:
26
+ - Thu, 30 Oct 2014 17:15:41 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:43 GMT
39
+ 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/GetNumberOfCurrentPlayers/v1/?appid=730
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:41 GMT
25
+ Expires:
26
+ - Thu, 30 Oct 2014 17:15:41 GMT
27
+ Content-Type:
28
+ - application/json; charset=UTF-8
29
+ Content-Length:
30
+ - '61'
31
+ body:
32
+ encoding: UTF-8
33
+ string: "{\n\t\"response\": {\n\t\t\"player_count\": 201530,\n\t\t\"result\":
34
+ 1\n\t}\n}"
35
+ http_version:
36
+ recorded_at: Thu, 30 Oct 2014 17:15:43 GMT
37
+ 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/ISteamUserStats/GetNumberOfCurrentPlayers/v1/?appid=12345
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: 404
21
+ message: Not Found
22
+ headers:
23
+ Date:
24
+ - Thu, 30 Oct 2014 17:15:42 GMT
25
+ Expires:
26
+ - Thu, 30 Oct 2014 17:15:42 GMT
27
+ Content-Type:
28
+ - application/json; charset=UTF-8
29
+ Content-Length:
30
+ - '36'
31
+ body:
32
+ encoding: UTF-8
33
+ string: "{\n\t\"response\": {\n\t\t\"result\": 42\n\t}\n}"
34
+ http_version:
35
+ recorded_at: Thu, 30 Oct 2014 17:15:44 GMT
36
+ recorded_with: VCR 2.9.3
@@ -0,0 +1,261 @@
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=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:20 GMT
27
+ Expires:
28
+ - Thu, 30 Oct 2014 17:15:20 GMT
29
+ Content-Type:
30
+ - application/json; charset=UTF-8
31
+ Content-Length:
32
+ - '12992'
33
+ body:
34
+ encoding: UTF-8
35
+ string: "{\n\t\"response\": {\n\t\t\"game_count\": 222,\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]\n\t\t\n\t}\n}"
259
+ http_version:
260
+ recorded_at: Thu, 30 Oct 2014 17:15:22 GMT
261
+ recorded_with: VCR 2.9.3