vigor 0.5.0 → 0.6.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.
- checksums.yaml +7 -0
- data/lib/vigor.rb +29 -11
- data/lib/vigor/client.rb +1 -0
- data/lib/vigor/error.rb +6 -3
- data/lib/vigor/game.rb +6 -2
- data/lib/vigor/summoner.rb +25 -4
- data/lib/vigor/team.rb +63 -0
- data/spec/cassettes/Vigor/can_be_configured_for_region_case-insensitively.yml +38 -0
- data/spec/cassettes/Vigor/can_get_a_champion_by_name.yml +8 -8
- data/spec/cassettes/Vigor/{can_find_a_summoner_by_id.yml → can_get_a_summoner_by_id.yml} +8 -9
- data/spec/cassettes/Vigor/{can_find_a_summoner_by_name.yml → can_get_a_summoner_by_name.yml} +9 -10
- data/spec/cassettes/Vigor/can_get_all_champions.yml +6 -6
- data/spec/cassettes/Vigor/can_get_free-to-play_champions.yml +7 -7
- data/spec/cassettes/Vigor/can_get_game_data_for_games_with_a_single_player.yml +73 -0
- data/spec/cassettes/Vigor/can_get_recent_games.yml +17 -18
- data/spec/cassettes/Vigor/{can_find_summoners_whose_names_have_whitespace.yml → can_get_summoners_whose_names_have_whitespace.yml} +9 -10
- data/spec/cassettes/Vigor/raises_an_exception_when_no_summoner_id_exists.yml +10 -46
- data/spec/cassettes/Vigor/raises_an_exception_when_no_summoner_name_exists.yml +8 -8
- data/spec/cassettes/Vigor/raises_an_exception_when_using_a_bad_key.yml +4 -29
- data/spec/cassettes/Vigor/sorts_recent_games_by_most_recent.yml +38 -0
- data/spec/cassettes/Vigor/works_on_servers_other_than_NA.yml +8 -9
- data/spec/cassettes/Vigor_Summoner/can_fetch_masteries.yml +47 -46
- data/spec/cassettes/Vigor_Summoner/can_fetch_runes.yml +99 -100
- data/spec/cassettes/Vigor_Summoner/can_fetch_team_information.yml +247 -0
- data/spec/cassettes/Vigor_Summoner/will_grab_extra_information_when_needed.yml +82 -13
- data/spec/cassettes/Vigor_Team/can_get_all_teams_for_a_summoner.yml +218 -0
- data/spec/cassettes/Vigor_Team/can_get_info_on_individual_members.yml +212 -0
- data/spec/cassettes/Vigor_Team/can_get_map_stats_for_a_team.yml +212 -0
- data/spec/cassettes/Vigor_Team/can_get_the_match_history_for_a_team.yml +212 -0
- data/spec/error_spec.rb +36 -0
- data/spec/spec_helper.rb +10 -2
- data/spec/summoner_spec.rb +31 -17
- data/spec/team_spec.rb +53 -0
- data/spec/vigor_configure_spec.rb +18 -0
- data/spec/vigor_error_spec.rb +31 -0
- data/spec/vigor_spec.rb +64 -76
- metadata +69 -54
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
http_interactions:
|
|
3
3
|
- request:
|
|
4
4
|
method: get
|
|
5
|
-
uri: http://prod.api.pvp.net/api/lol/na/v1.
|
|
5
|
+
uri: http://prod.api.pvp.net/api/lol/na/v1.2/summoner/by-name/semiel?api_key=<API_KEY>
|
|
6
6
|
body:
|
|
7
7
|
encoding: US-ASCII
|
|
8
8
|
string: ''
|
|
@@ -17,28 +17,27 @@ http_interactions:
|
|
|
17
17
|
Access-Control-Allow-Methods:
|
|
18
18
|
- GET, POST, DELETE, PUT
|
|
19
19
|
Access-Control-Allow-Origin:
|
|
20
|
-
-
|
|
20
|
+
- '*'
|
|
21
21
|
Content-Type:
|
|
22
22
|
- application/json;charset=UTF-8
|
|
23
23
|
Date:
|
|
24
|
-
-
|
|
24
|
+
- Sat, 21 Dec 2013 08:37:14 GMT
|
|
25
25
|
Server:
|
|
26
26
|
- Jetty(9.1.0.v20131115)
|
|
27
27
|
X-Newrelic-App-Data:
|
|
28
|
-
-
|
|
28
|
+
- PxQFWFFSDwQTVVdUBAgAVkYdFGQHBDcQUQxLA1tMXV1dORYzVBJHNQFUZAQUFVFQVThOA0dYa0kIXlpvTR0RB1cLVwxFZBtEAksLPR4SRg8JWVkEFD8XUUlJDwNaVGtJH19XXgcbQ0p3J2xLGhQEHANJCU8BUQFVUwUBVFFPFQIcRlBVUQYGVFFSDlBaU1RVUlQaPw==
|
|
29
29
|
Transfer-Encoding:
|
|
30
30
|
- chunked
|
|
31
31
|
Connection:
|
|
32
32
|
- keep-alive
|
|
33
33
|
body:
|
|
34
|
-
encoding:
|
|
35
|
-
string:
|
|
36
|
-
07:51 PM UTC"}'
|
|
34
|
+
encoding: UTF-8
|
|
35
|
+
string: '{"id":23893133,"name":"Semiel","profileIconId":562,"summonerLevel":30,"revisionDate":1387487462000}'
|
|
37
36
|
http_version:
|
|
38
|
-
recorded_at:
|
|
37
|
+
recorded_at: Sat, 21 Dec 2013 08:37:17 GMT
|
|
39
38
|
- request:
|
|
40
39
|
method: get
|
|
41
|
-
uri: http://prod.api.pvp.net/api/lol/na/v1.
|
|
40
|
+
uri: http://prod.api.pvp.net/api/lol/na/v1.2/summoner/23893133/masteries?api_key=<API_KEY>
|
|
42
41
|
body:
|
|
43
42
|
encoding: US-ASCII
|
|
44
43
|
string: ''
|
|
@@ -53,45 +52,46 @@ http_interactions:
|
|
|
53
52
|
Access-Control-Allow-Methods:
|
|
54
53
|
- GET, POST, DELETE, PUT
|
|
55
54
|
Access-Control-Allow-Origin:
|
|
56
|
-
-
|
|
55
|
+
- '*'
|
|
57
56
|
Content-Type:
|
|
58
57
|
- application/json;charset=UTF-8
|
|
59
58
|
Date:
|
|
60
|
-
-
|
|
59
|
+
- Sat, 21 Dec 2013 08:37:15 GMT
|
|
61
60
|
Server:
|
|
62
61
|
- Jetty(9.1.0.v20131115)
|
|
63
62
|
X-Newrelic-App-Data:
|
|
64
|
-
-
|
|
65
|
-
|
|
66
|
-
-
|
|
63
|
+
- PxQFWFFSDwQTVVdUBAgAVkYdFGQHBDcQUQxLA1tMXV1dORYzVBJHNQFUZAQUFVFQVThOA0dYa0kIXlpvTR0RB1cLVwxFZBtEAksLPR4SRg8JWVkEFD8XSEMRDA9YX1IULVVLb00LAhFEB0oLXUsUGnQgbUgTTQNMVBoHT1ZXAQUDUlBRBB0aV0gTAQtUV1RUBlpaVQ0BUAUHARs8
|
|
64
|
+
Transfer-Encoding:
|
|
65
|
+
- chunked
|
|
67
66
|
Connection:
|
|
68
67
|
- keep-alive
|
|
69
68
|
body:
|
|
70
|
-
encoding:
|
|
71
|
-
string:
|
|
72
|
-
|
|
73
|
-
Scars","rank":3},{"id":4113,"name":"Sorcery","rank":4},{"id":4221,"name":"Unyielding","rank":1},{"id":4252,"name":"Tenacious","rank":4},{"id":4123,"name":"Mental
|
|
74
|
-
Force","rank":3},{"id":4262,"name":"Legendary Guardian","rank":1},{"id":4133,"name":"Arcane
|
|
75
|
-
Mastery","rank":1},{"id":4232,"name":"Juggernaut","rank":1}]},{"name":"Mastery
|
|
76
|
-
Page 1","current":false,"talents":[{"id":4212,"name":"Recovery","rank":2},{"id":4242,"name":"Swiftness","rank":1},{"id":4213,"name":"Enchanted
|
|
69
|
+
encoding: UTF-8
|
|
70
|
+
string: '{"summonerId":23893133,"pages":[{"id":35512964,"name":"Mastery Page
|
|
71
|
+
1","current":false,"talents":[{"id":4212,"name":"Recovery","rank":2},{"id":4242,"name":"Swiftness","rank":1},{"id":4213,"name":"Enchanted
|
|
77
72
|
Armor","rank":2},{"id":4211,"name":"Block","rank":1},{"id":4244,"name":"Evasive","rank":1},{"id":4333,"name":"Vampirism","rank":1},{"id":4234,"name":"Resistance","rank":3},{"id":4322,"name":"Summoner''s
|
|
78
|
-
Insight","rank":1},{"id":4323,"name":"Strength of Spirit","rank":1},{"id":4222,"name":"Veteran
|
|
79
|
-
Scars","rank":3},{"id":4252,"name":"
|
|
80
|
-
|
|
81
|
-
Page 2","current":
|
|
73
|
+
Insight","rank":1},{"id":4323,"name":"Strength of Spirit","rank":1},{"id":4222,"name":"Veteran''s
|
|
74
|
+
Scars","rank":3},{"id":4252,"name":"Legendary Guardian","rank":4},{"id":4262,"name":"Tenacious","rank":1},{"id":4312,"name":"Fleet
|
|
75
|
+
of Foot","rank":3},{"id":4313,"name":"Meditation","rank":3},{"id":4232,"name":"Juggernaut","rank":1},{"id":4233,"name":"Hardiness","rank":2}]},{"id":35512965,"name":"Mastery
|
|
76
|
+
Page 2","current":true,"talents":[{"id":4212,"name":"Recovery","rank":2},{"id":4211,"name":"Block","rank":2},{"id":4121,"name":"Expose
|
|
82
77
|
Weakness","rank":1},{"id":4134,"name":"Executioner","rank":3},{"id":4154,"name":"Arcane
|
|
83
|
-
Blade","rank":1},{"id":4222,"name":"Veteran Scars","rank":3},{"id":4113,"name":"Sorcery","rank":4},{"id":4221,"name":"Unyielding","rank":1},{"id":4144,"name":"Dangerous
|
|
78
|
+
Blade","rank":1},{"id":4222,"name":"Veteran''s Scars","rank":3},{"id":4113,"name":"Sorcery","rank":4},{"id":4221,"name":"Unyielding","rank":1},{"id":4144,"name":"Dangerous
|
|
84
79
|
Game","rank":1},{"id":4152,"name":"Devastating Strikes","rank":3},{"id":4123,"name":"Mental
|
|
85
|
-
Force","rank":3},{"id":4133,"name":"Arcane Mastery","rank":1},{"id":
|
|
80
|
+
Force","rank":3},{"id":4133,"name":"Arcane Mastery","rank":1},{"id":4232,"name":"Juggernaut","rank":1},{"id":4143,"name":"Archmage","rank":3},{"id":4162,"name":"Havoc","rank":1}]},{"id":35512966,"name":"AP","current":false,"talents":[{"id":4212,"name":"Recovery","rank":2},{"id":4211,"name":"Block","rank":2},{"id":4121,"name":"Expose
|
|
86
81
|
Weakness","rank":1},{"id":4134,"name":"Executioner","rank":3},{"id":4154,"name":"Arcane
|
|
87
|
-
Blade","rank":1},{"id":4222,"name":"Veteran Scars","rank":3},{"id":4113,"name":"Sorcery","rank":4},{"id":4221,"name":"Unyielding","rank":1},{"id":4144,"name":"Dangerous
|
|
82
|
+
Blade","rank":1},{"id":4222,"name":"Veteran''s Scars","rank":3},{"id":4113,"name":"Sorcery","rank":4},{"id":4221,"name":"Unyielding","rank":1},{"id":4144,"name":"Dangerous
|
|
88
83
|
Game","rank":1},{"id":4152,"name":"Devastating Strikes","rank":3},{"id":4123,"name":"Mental
|
|
89
|
-
Force","rank":3},{"id":4133,"name":"Arcane Mastery","rank":1},{"id":
|
|
84
|
+
Force","rank":3},{"id":4133,"name":"Arcane Mastery","rank":1},{"id":4232,"name":"Juggernaut","rank":1},{"id":4143,"name":"Archmage","rank":3},{"id":4162,"name":"Havoc","rank":1}]},{"id":35512967,"name":"Mastery
|
|
85
|
+
Page 4","current":false,"talents":[{"id":4233,"name":"Hardiness","rank":3},{"id":4211,"name":"Block","rank":2},{"id":4121,"name":"Expose
|
|
86
|
+
Weakness","rank":1},{"id":4213,"name":"Enchanted Armor","rank":2},{"id":4244,"name":"Evasive","rank":1},{"id":4234,"name":"Resistance","rank":3},{"id":4222,"name":"Veteran''s
|
|
87
|
+
Scars","rank":3},{"id":4113,"name":"Sorcery","rank":4},{"id":4221,"name":"Unyielding","rank":1},{"id":4252,"name":"Legendary
|
|
88
|
+
Guardian","rank":4},{"id":4123,"name":"Mental Force","rank":3},{"id":4262,"name":"Tenacious","rank":1},{"id":4133,"name":"Arcane
|
|
89
|
+
Mastery","rank":1},{"id":4232,"name":"Juggernaut","rank":1}]}]}'
|
|
90
90
|
http_version:
|
|
91
|
-
recorded_at:
|
|
91
|
+
recorded_at: Sat, 21 Dec 2013 08:37:18 GMT
|
|
92
92
|
- request:
|
|
93
93
|
method: get
|
|
94
|
-
uri: http://prod.api.pvp.net/api/lol/na/v1.
|
|
94
|
+
uri: http://prod.api.pvp.net/api/lol/na/v1.2/summoner/23893133/masteries?api_key=<API_KEY>
|
|
95
95
|
body:
|
|
96
96
|
encoding: US-ASCII
|
|
97
97
|
string: ''
|
|
@@ -106,40 +106,41 @@ http_interactions:
|
|
|
106
106
|
Access-Control-Allow-Methods:
|
|
107
107
|
- GET, POST, DELETE, PUT
|
|
108
108
|
Access-Control-Allow-Origin:
|
|
109
|
-
-
|
|
109
|
+
- '*'
|
|
110
110
|
Content-Type:
|
|
111
111
|
- application/json;charset=UTF-8
|
|
112
112
|
Date:
|
|
113
|
-
-
|
|
113
|
+
- Sat, 21 Dec 2013 08:37:15 GMT
|
|
114
114
|
Server:
|
|
115
115
|
- Jetty(9.1.0.v20131115)
|
|
116
116
|
X-Newrelic-App-Data:
|
|
117
|
-
-
|
|
117
|
+
- PxQFWFFSDwQTVVdUBAgAVkYdFGQHBDcQUQxLA1tMXV1dORYzVBJHNQFUZAQUFVFQVThOA0dYa0kIXlpvTR0RB1cLVwxFZBtEAksLPR4SRg8JWVkEFD8XSEMRDA9YX1IULVVLb00LAhFEB0oLXUsUGnQgbUgTTQNMVBoHT1ZXAAEGVVhUAB0aV0gTVAJTVwdVUQZcBggPBFdVBxs8
|
|
118
118
|
Transfer-Encoding:
|
|
119
119
|
- chunked
|
|
120
120
|
Connection:
|
|
121
121
|
- keep-alive
|
|
122
122
|
body:
|
|
123
|
-
encoding:
|
|
124
|
-
string:
|
|
125
|
-
|
|
126
|
-
Scars","rank":3},{"id":4113,"name":"Sorcery","rank":4},{"id":4221,"name":"Unyielding","rank":1},{"id":4252,"name":"Legendary
|
|
127
|
-
Guardian","rank":4},{"id":4123,"name":"Mental Force","rank":3},{"id":4262,"name":"Tenacious","rank":1},{"id":4133,"name":"Arcane
|
|
128
|
-
Mastery","rank":1},{"id":4232,"name":"Juggernaut","rank":1}]},{"name":"Mastery
|
|
129
|
-
Page 1","current":false,"talents":[{"id":4212,"name":"Recovery","rank":2},{"id":4242,"name":"Swiftness","rank":1},{"id":4213,"name":"Enchanted
|
|
123
|
+
encoding: UTF-8
|
|
124
|
+
string: '{"summonerId":23893133,"pages":[{"id":35512964,"name":"Mastery Page
|
|
125
|
+
1","current":false,"talents":[{"id":4212,"name":"Recovery","rank":2},{"id":4242,"name":"Swiftness","rank":1},{"id":4213,"name":"Enchanted
|
|
130
126
|
Armor","rank":2},{"id":4211,"name":"Block","rank":1},{"id":4244,"name":"Evasive","rank":1},{"id":4333,"name":"Vampirism","rank":1},{"id":4234,"name":"Resistance","rank":3},{"id":4322,"name":"Summoner''s
|
|
131
127
|
Insight","rank":1},{"id":4323,"name":"Strength of Spirit","rank":1},{"id":4222,"name":"Veteran''s
|
|
132
128
|
Scars","rank":3},{"id":4252,"name":"Legendary Guardian","rank":4},{"id":4262,"name":"Tenacious","rank":1},{"id":4312,"name":"Fleet
|
|
133
|
-
of Foot","rank":3},{"id":4313,"name":"Meditation","rank":3},{"id":4232,"name":"Juggernaut","rank":1},{"id":4233,"name":"Hardiness","rank":2}]},{"name":"Mastery
|
|
134
|
-
Page 2","current":
|
|
129
|
+
of Foot","rank":3},{"id":4313,"name":"Meditation","rank":3},{"id":4232,"name":"Juggernaut","rank":1},{"id":4233,"name":"Hardiness","rank":2}]},{"id":35512965,"name":"Mastery
|
|
130
|
+
Page 2","current":true,"talents":[{"id":4212,"name":"Recovery","rank":2},{"id":4211,"name":"Block","rank":2},{"id":4121,"name":"Expose
|
|
135
131
|
Weakness","rank":1},{"id":4134,"name":"Executioner","rank":3},{"id":4154,"name":"Arcane
|
|
136
132
|
Blade","rank":1},{"id":4222,"name":"Veteran''s Scars","rank":3},{"id":4113,"name":"Sorcery","rank":4},{"id":4221,"name":"Unyielding","rank":1},{"id":4144,"name":"Dangerous
|
|
137
133
|
Game","rank":1},{"id":4152,"name":"Devastating Strikes","rank":3},{"id":4123,"name":"Mental
|
|
138
|
-
Force","rank":3},{"id":4133,"name":"Arcane Mastery","rank":1},{"id":
|
|
134
|
+
Force","rank":3},{"id":4133,"name":"Arcane Mastery","rank":1},{"id":4232,"name":"Juggernaut","rank":1},{"id":4143,"name":"Archmage","rank":3},{"id":4162,"name":"Havoc","rank":1}]},{"id":35512966,"name":"AP","current":false,"talents":[{"id":4212,"name":"Recovery","rank":2},{"id":4211,"name":"Block","rank":2},{"id":4121,"name":"Expose
|
|
139
135
|
Weakness","rank":1},{"id":4134,"name":"Executioner","rank":3},{"id":4154,"name":"Arcane
|
|
140
136
|
Blade","rank":1},{"id":4222,"name":"Veteran''s Scars","rank":3},{"id":4113,"name":"Sorcery","rank":4},{"id":4221,"name":"Unyielding","rank":1},{"id":4144,"name":"Dangerous
|
|
141
137
|
Game","rank":1},{"id":4152,"name":"Devastating Strikes","rank":3},{"id":4123,"name":"Mental
|
|
142
|
-
Force","rank":3},{"id":4133,"name":"Arcane Mastery","rank":1},{"id":
|
|
138
|
+
Force","rank":3},{"id":4133,"name":"Arcane Mastery","rank":1},{"id":4232,"name":"Juggernaut","rank":1},{"id":4143,"name":"Archmage","rank":3},{"id":4162,"name":"Havoc","rank":1}]},{"id":35512967,"name":"Mastery
|
|
139
|
+
Page 4","current":false,"talents":[{"id":4233,"name":"Hardiness","rank":3},{"id":4211,"name":"Block","rank":2},{"id":4121,"name":"Expose
|
|
140
|
+
Weakness","rank":1},{"id":4213,"name":"Enchanted Armor","rank":2},{"id":4244,"name":"Evasive","rank":1},{"id":4234,"name":"Resistance","rank":3},{"id":4222,"name":"Veteran''s
|
|
141
|
+
Scars","rank":3},{"id":4113,"name":"Sorcery","rank":4},{"id":4221,"name":"Unyielding","rank":1},{"id":4252,"name":"Legendary
|
|
142
|
+
Guardian","rank":4},{"id":4123,"name":"Mental Force","rank":3},{"id":4262,"name":"Tenacious","rank":1},{"id":4133,"name":"Arcane
|
|
143
|
+
Mastery","rank":1},{"id":4232,"name":"Juggernaut","rank":1}]}]}'
|
|
143
144
|
http_version:
|
|
144
|
-
recorded_at:
|
|
145
|
+
recorded_at: Sat, 21 Dec 2013 08:37:18 GMT
|
|
145
146
|
recorded_with: VCR 2.8.0
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
http_interactions:
|
|
3
3
|
- request:
|
|
4
4
|
method: get
|
|
5
|
-
uri: http://prod.api.pvp.net/api/lol/na/v1.
|
|
5
|
+
uri: http://prod.api.pvp.net/api/lol/na/v1.2/summoner/by-name/semiel?api_key=<API_KEY>
|
|
6
6
|
body:
|
|
7
7
|
encoding: US-ASCII
|
|
8
8
|
string: ''
|
|
@@ -17,28 +17,27 @@ http_interactions:
|
|
|
17
17
|
Access-Control-Allow-Methods:
|
|
18
18
|
- GET, POST, DELETE, PUT
|
|
19
19
|
Access-Control-Allow-Origin:
|
|
20
|
-
-
|
|
20
|
+
- '*'
|
|
21
21
|
Content-Type:
|
|
22
22
|
- application/json;charset=UTF-8
|
|
23
23
|
Date:
|
|
24
|
-
-
|
|
24
|
+
- Sat, 21 Dec 2013 08:37:16 GMT
|
|
25
25
|
Server:
|
|
26
26
|
- Jetty(9.1.0.v20131115)
|
|
27
27
|
X-Newrelic-App-Data:
|
|
28
|
-
-
|
|
29
|
-
|
|
30
|
-
-
|
|
28
|
+
- PxQFWFFSDwQTVVdUBAgAVkYdFGQHBDcQUQxLA1tMXV1dORYzVBJHNQFUZAQUFVFQVThOA0dYa0kIXlpvTR0RB1cLVwxFZBtEAksLPR4SRg8JWVkEFD8XUUlJDwNaVGtJH19XXgcbQ0p3J2xLGhQEHANJCU8BUQdTVAcFWF9PFQIcRlRUAQUFU1FSAFUAV1JaCFAaPw==
|
|
29
|
+
Transfer-Encoding:
|
|
30
|
+
- chunked
|
|
31
31
|
Connection:
|
|
32
32
|
- keep-alive
|
|
33
33
|
body:
|
|
34
|
-
encoding:
|
|
35
|
-
string:
|
|
36
|
-
07:51 PM UTC"}'
|
|
34
|
+
encoding: UTF-8
|
|
35
|
+
string: '{"id":23893133,"name":"Semiel","profileIconId":562,"summonerLevel":30,"revisionDate":1387487462000}'
|
|
37
36
|
http_version:
|
|
38
|
-
recorded_at:
|
|
37
|
+
recorded_at: Sat, 21 Dec 2013 08:37:18 GMT
|
|
39
38
|
- request:
|
|
40
39
|
method: get
|
|
41
|
-
uri: http://prod.api.pvp.net/api/lol/na/v1.
|
|
40
|
+
uri: http://prod.api.pvp.net/api/lol/na/v1.2/summoner/23893133/runes?api_key=<API_KEY>
|
|
42
41
|
body:
|
|
43
42
|
encoding: US-ASCII
|
|
44
43
|
string: ''
|
|
@@ -53,22 +52,22 @@ http_interactions:
|
|
|
53
52
|
Access-Control-Allow-Methods:
|
|
54
53
|
- GET, POST, DELETE, PUT
|
|
55
54
|
Access-Control-Allow-Origin:
|
|
56
|
-
-
|
|
55
|
+
- '*'
|
|
57
56
|
Content-Type:
|
|
58
57
|
- application/json;charset=UTF-8
|
|
59
58
|
Date:
|
|
60
|
-
-
|
|
59
|
+
- Sat, 21 Dec 2013 08:37:16 GMT
|
|
61
60
|
Server:
|
|
62
61
|
- Jetty(9.1.0.v20131115)
|
|
63
62
|
X-Newrelic-App-Data:
|
|
64
|
-
-
|
|
65
|
-
|
|
66
|
-
-
|
|
63
|
+
- PxQFWFFSDwQTVVdUBAgAVkYdFGQHBDcQUQxLA1tMXV1dORYzVBJHNQFUZAQUFVFQVThOA0dYa0kIXlpvTR0RB1cLVwxFZBtEAksLPR4SRg8JWVkEFD8XSEMRDA9YX1IULVVLb00UFgxVERhKf31gGxFJCU8BTQNMVAMGUF9RDwccSVBOFQMGBFAJUARbUlRaBwBbUwgaaQ==
|
|
64
|
+
Transfer-Encoding:
|
|
65
|
+
- chunked
|
|
67
66
|
Connection:
|
|
68
67
|
- keep-alive
|
|
69
68
|
body:
|
|
70
|
-
encoding:
|
|
71
|
-
string:
|
|
69
|
+
encoding: UTF-8
|
|
70
|
+
string: '{"summonerId":23893133,"pages":[{"id":14274702,"name":"AD/Def (Jayce/Yorick)","current":false,"slots":[{"runeSlotId":29,"rune":{"id":5335,"name":"Greater
|
|
72
71
|
Quintessence of Attack Damage","description":"+2.25 attack damage","tier":3}},{"runeSlotId":28,"rune":{"id":5335,"name":"Greater
|
|
73
72
|
Quintessence of Attack Damage","description":"+2.25 attack damage","tier":3}},{"runeSlotId":21,"rune":{"id":5290,"name":"Greater
|
|
74
73
|
Glyph of Scaling Magic Resist","description":"+0.15 magic resist per level
|
|
@@ -80,10 +79,10 @@ http_interactions:
|
|
|
80
79
|
Glyph of Scaling Magic Resist","description":"+0.15 magic resist per level
|
|
81
80
|
(+2.7 at champion level 18)","tier":3}},{"runeSlotId":19,"rune":{"id":5290,"name":"Greater
|
|
82
81
|
Glyph of Scaling Magic Resist","description":"+0.15 magic resist per level
|
|
83
|
-
(+2.7 at champion level 18)","tier":3}},{"runeSlotId":20,"rune":{"id":5290,"name":"Greater
|
|
84
|
-
Glyph of Scaling Magic Resist","description":"+0.15 magic resist per level
|
|
85
82
|
(+2.7 at champion level 18)","tier":3}},{"runeSlotId":30,"rune":{"id":5335,"name":"Greater
|
|
86
|
-
Quintessence of Attack Damage","description":"+2.25 attack damage","tier":3}},{"runeSlotId":
|
|
83
|
+
Quintessence of Attack Damage","description":"+2.25 attack damage","tier":3}},{"runeSlotId":20,"rune":{"id":5290,"name":"Greater
|
|
84
|
+
Glyph of Scaling Magic Resist","description":"+0.15 magic resist per level
|
|
85
|
+
(+2.7 at champion level 18)","tier":3}},{"runeSlotId":2,"rune":{"id":5245,"name":"Greater
|
|
87
86
|
Mark of Attack Damage","description":"+0.95 attack damage","tier":3}},{"runeSlotId":3,"rune":{"id":5245,"name":"Greater
|
|
88
87
|
Mark of Attack Damage","description":"+0.95 attack damage","tier":3}},{"runeSlotId":1,"rune":{"id":5245,"name":"Greater
|
|
89
88
|
Mark of Attack Damage","description":"+0.95 attack damage","tier":3}},{"runeSlotId":26,"rune":{"id":5290,"name":"Greater
|
|
@@ -108,7 +107,7 @@ http_interactions:
|
|
|
108
107
|
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":11,"rune":{"id":5317,"name":"Greater
|
|
109
108
|
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":10,"rune":{"id":5317,"name":"Greater
|
|
110
109
|
Seal of Armor","description":"+1.41 armor","tier":3}}]},{"id":14274703,"name":"AP/MPen/Def
|
|
111
|
-
(AP Carry)","current":
|
|
110
|
+
(AP Carry)","current":false,"slots":[{"runeSlotId":2,"rune":{"id":5273,"name":"Greater
|
|
112
111
|
Mark of Magic Penetration","description":"+0.87 magic penetration","tier":3}},{"runeSlotId":3,"rune":{"id":5273,"name":"Greater
|
|
113
112
|
Mark of Magic Penetration","description":"+0.87 magic penetration","tier":3}},{"runeSlotId":1,"rune":{"id":5273,"name":"Greater
|
|
114
113
|
Mark of Magic Penetration","description":"+0.87 magic penetration","tier":3}},{"runeSlotId":6,"rune":{"id":5273,"name":"Greater
|
|
@@ -117,9 +116,9 @@ http_interactions:
|
|
|
117
116
|
Mark of Magic Penetration","description":"+0.87 magic penetration","tier":3}},{"runeSlotId":5,"rune":{"id":5273,"name":"Greater
|
|
118
117
|
Mark of Magic Penetration","description":"+0.87 magic penetration","tier":3}},{"runeSlotId":9,"rune":{"id":5273,"name":"Greater
|
|
119
118
|
Mark of Magic Penetration","description":"+0.87 magic penetration","tier":3}},{"runeSlotId":8,"rune":{"id":5273,"name":"Greater
|
|
120
|
-
Mark of Magic Penetration","description":"+0.87 magic penetration","tier":3}},{"runeSlotId":
|
|
121
|
-
|
|
122
|
-
|
|
119
|
+
Mark of Magic Penetration","description":"+0.87 magic penetration","tier":3}},{"runeSlotId":30,"rune":{"id":5357,"name":"Greater
|
|
120
|
+
Quintessence of Ability Power","description":"+4.95 ability power","tier":3}},{"runeSlotId":22,"rune":{"id":5289,"name":"Greater
|
|
121
|
+
Glyph of Magic Resist","description":"+1.34 magic resist","tier":3}},{"runeSlotId":23,"rune":{"id":5289,"name":"Greater
|
|
123
122
|
Glyph of Magic Resist","description":"+1.34 magic resist","tier":3}},{"runeSlotId":28,"rune":{"id":5357,"name":"Greater
|
|
124
123
|
Quintessence of Ability Power","description":"+4.95 ability power","tier":3}},{"runeSlotId":20,"rune":{"id":5289,"name":"Greater
|
|
125
124
|
Glyph of Magic Resist","description":"+1.34 magic resist","tier":3}},{"runeSlotId":29,"rune":{"id":5357,"name":"Greater
|
|
@@ -132,18 +131,18 @@ http_interactions:
|
|
|
132
131
|
Glyph of Magic Resist","description":"+1.34 magic resist","tier":3}},{"runeSlotId":15,"rune":{"id":5317,"name":"Greater
|
|
133
132
|
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":26,"rune":{"id":5289,"name":"Greater
|
|
134
133
|
Glyph of Magic Resist","description":"+1.34 magic resist","tier":3}},{"runeSlotId":14,"rune":{"id":5317,"name":"Greater
|
|
135
|
-
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":13,"rune":{"id":5317,"name":"Greater
|
|
136
134
|
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":25,"rune":{"id":5289,"name":"Greater
|
|
137
|
-
Glyph of Magic Resist","description":"+1.34 magic resist","tier":3}},{"runeSlotId":
|
|
135
|
+
Glyph of Magic Resist","description":"+1.34 magic resist","tier":3}},{"runeSlotId":13,"rune":{"id":5317,"name":"Greater
|
|
138
136
|
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":24,"rune":{"id":5289,"name":"Greater
|
|
139
|
-
Glyph of Magic Resist","description":"+1.34 magic resist","tier":3}},{"runeSlotId":
|
|
137
|
+
Glyph of Magic Resist","description":"+1.34 magic resist","tier":3}},{"runeSlotId":12,"rune":{"id":5317,"name":"Greater
|
|
138
|
+
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":11,"rune":{"id":5317,"name":"Greater
|
|
140
139
|
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":10,"rune":{"id":5317,"name":"Greater
|
|
141
140
|
Seal of Armor","description":"+1.41 armor","tier":3}}]},{"id":21751043,"name":"AD/ArPen/Def
|
|
142
|
-
(Corki/Kha''Zix)","current":
|
|
143
|
-
|
|
144
|
-
Mark of Armor Penetration","description":"+1.28 armor penetration","tier":3}},{"runeSlotId":28,"rune":{"id":5335,"name":"Greater
|
|
141
|
+
(Corki/Kha''Zix)","current":true,"slots":[{"runeSlotId":8,"rune":{"id":5253,"name":"Greater
|
|
142
|
+
Mark of Armor Penetration","description":"+1.28 armor penetration","tier":3}},{"runeSlotId":29,"rune":{"id":5335,"name":"Greater
|
|
145
143
|
Quintessence of Attack Damage","description":"+2.25 attack damage","tier":3}},{"runeSlotId":9,"rune":{"id":5253,"name":"Greater
|
|
146
|
-
Mark of Armor Penetration","description":"+1.28 armor penetration","tier":3}},{"runeSlotId":
|
|
144
|
+
Mark of Armor Penetration","description":"+1.28 armor penetration","tier":3}},{"runeSlotId":28,"rune":{"id":5335,"name":"Greater
|
|
145
|
+
Quintessence of Attack Damage","description":"+2.25 attack damage","tier":3}},{"runeSlotId":4,"rune":{"id":5253,"name":"Greater
|
|
147
146
|
Mark of Armor Penetration","description":"+1.28 armor penetration","tier":3}},{"runeSlotId":5,"rune":{"id":5253,"name":"Greater
|
|
148
147
|
Mark of Armor Penetration","description":"+1.28 armor penetration","tier":3}},{"runeSlotId":6,"rune":{"id":5253,"name":"Greater
|
|
149
148
|
Mark of Armor Penetration","description":"+1.28 armor penetration","tier":3}},{"runeSlotId":7,"rune":{"id":5253,"name":"Greater
|
|
@@ -164,11 +163,11 @@ http_interactions:
|
|
|
164
163
|
Glyph of Magic Resist","description":"+1.34 magic resist","tier":3}},{"runeSlotId":13,"rune":{"id":5317,"name":"Greater
|
|
165
164
|
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":24,"rune":{"id":5289,"name":"Greater
|
|
166
165
|
Glyph of Magic Resist","description":"+1.34 magic resist","tier":3}},{"runeSlotId":12,"rune":{"id":5317,"name":"Greater
|
|
167
|
-
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":11,"rune":{"id":5317,"name":"Greater
|
|
168
166
|
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":3,"rune":{"id":5253,"name":"Greater
|
|
169
|
-
Mark of Armor Penetration","description":"+1.28 armor penetration","tier":3}},{"runeSlotId":
|
|
170
|
-
|
|
171
|
-
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":
|
|
167
|
+
Mark of Armor Penetration","description":"+1.28 armor penetration","tier":3}},{"runeSlotId":11,"rune":{"id":5317,"name":"Greater
|
|
168
|
+
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":10,"rune":{"id":5317,"name":"Greater
|
|
169
|
+
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":2,"rune":{"id":5253,"name":"Greater
|
|
170
|
+
Mark of Armor Penetration","description":"+1.28 armor penetration","tier":3}},{"runeSlotId":1,"rune":{"id":5253,"name":"Greater
|
|
172
171
|
Mark of Armor Penetration","description":"+1.28 armor penetration","tier":3}}]},{"id":21751044,"name":"Speed/AD/CD/Armor
|
|
173
172
|
(Ali?)","current":false,"slots":[{"runeSlotId":28,"rune":{"id":10002,"name":"Razer
|
|
174
173
|
Quintessence of Speed","description":"+1.5% movement speed","tier":3}},{"runeSlotId":30,"rune":{"id":10002,"name":"Razer
|
|
@@ -194,23 +193,23 @@ http_interactions:
|
|
|
194
193
|
Glyph of Cooldown Reduction","description":"-0.83% cooldowns","tier":3}},{"runeSlotId":12,"rune":{"id":5317,"name":"Greater
|
|
195
194
|
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":22,"rune":{"id":5295,"name":"Greater
|
|
196
195
|
Glyph of Cooldown Reduction","description":"-0.83% cooldowns","tier":3}},{"runeSlotId":11,"rune":{"id":5317,"name":"Greater
|
|
196
|
+
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":10,"rune":{"id":5317,"name":"Greater
|
|
197
197
|
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":23,"rune":{"id":5295,"name":"Greater
|
|
198
|
-
Glyph of Cooldown Reduction","description":"-0.83% cooldowns","tier":3}},{"runeSlotId":
|
|
199
|
-
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":24,"rune":{"id":5295,"name":"Greater
|
|
198
|
+
Glyph of Cooldown Reduction","description":"-0.83% cooldowns","tier":3}},{"runeSlotId":24,"rune":{"id":5295,"name":"Greater
|
|
200
199
|
Glyph of Cooldown Reduction","description":"-0.83% cooldowns","tier":3}},{"runeSlotId":25,"rune":{"id":5295,"name":"Greater
|
|
201
200
|
Glyph of Cooldown Reduction","description":"-0.83% cooldowns","tier":3}},{"runeSlotId":26,"rune":{"id":5295,"name":"Greater
|
|
202
201
|
Glyph of Cooldown Reduction","description":"-0.83% cooldowns","tier":3}},{"runeSlotId":27,"rune":{"id":5295,"name":"Greater
|
|
203
202
|
Glyph of Cooldown Reduction","description":"-0.83% cooldowns","tier":3}}]},{"id":21751045,"name":"AD/AS/Def
|
|
204
203
|
(Irelia)","current":false,"slots":[{"runeSlotId":29,"rune":{"id":5335,"name":"Greater
|
|
205
|
-
Quintessence of Attack Damage","description":"+2.25 attack damage","tier":3}},{"runeSlotId":28,"rune":{"id":5335,"name":"Greater
|
|
206
204
|
Quintessence of Attack Damage","description":"+2.25 attack damage","tier":3}},{"runeSlotId":6,"rune":{"id":5247,"name":"Greater
|
|
207
|
-
Mark of Attack Speed","description":"+1.7% attack speed","tier":3}},{"runeSlotId":
|
|
205
|
+
Mark of Attack Speed","description":"+1.7% attack speed","tier":3}},{"runeSlotId":28,"rune":{"id":5335,"name":"Greater
|
|
206
|
+
Quintessence of Attack Damage","description":"+2.25 attack damage","tier":3}},{"runeSlotId":1,"rune":{"id":5247,"name":"Greater
|
|
208
207
|
Mark of Attack Speed","description":"+1.7% attack speed","tier":3}},{"runeSlotId":3,"rune":{"id":5247,"name":"Greater
|
|
209
208
|
Mark of Attack Speed","description":"+1.7% attack speed","tier":3}},{"runeSlotId":2,"rune":{"id":5247,"name":"Greater
|
|
210
209
|
Mark of Attack Speed","description":"+1.7% attack speed","tier":3}},{"runeSlotId":5,"rune":{"id":5247,"name":"Greater
|
|
210
|
+
Mark of Attack Speed","description":"+1.7% attack speed","tier":3}},{"runeSlotId":4,"rune":{"id":5247,"name":"Greater
|
|
211
211
|
Mark of Attack Speed","description":"+1.7% attack speed","tier":3}},{"runeSlotId":30,"rune":{"id":5335,"name":"Greater
|
|
212
|
-
Quintessence of Attack Damage","description":"+2.25 attack damage","tier":3}},{"runeSlotId":
|
|
213
|
-
Mark of Attack Speed","description":"+1.7% attack speed","tier":3}},{"runeSlotId":8,"rune":{"id":5245,"name":"Greater
|
|
212
|
+
Quintessence of Attack Damage","description":"+2.25 attack damage","tier":3}},{"runeSlotId":8,"rune":{"id":5245,"name":"Greater
|
|
214
213
|
Mark of Attack Damage","description":"+0.95 attack damage","tier":3}},{"runeSlotId":9,"rune":{"id":5245,"name":"Greater
|
|
215
214
|
Mark of Attack Damage","description":"+0.95 attack damage","tier":3}},{"runeSlotId":7,"rune":{"id":5245,"name":"Greater
|
|
216
215
|
Mark of Attack Damage","description":"+0.95 attack damage","tier":3}},{"runeSlotId":22,"rune":{"id":5289,"name":"Greater
|
|
@@ -225,11 +224,11 @@ http_interactions:
|
|
|
225
224
|
Glyph of Magic Resist","description":"+1.34 magic resist","tier":3}},{"runeSlotId":15,"rune":{"id":5317,"name":"Greater
|
|
226
225
|
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":26,"rune":{"id":5289,"name":"Greater
|
|
227
226
|
Glyph of Magic Resist","description":"+1.34 magic resist","tier":3}},{"runeSlotId":14,"rune":{"id":5317,"name":"Greater
|
|
228
|
-
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":13,"rune":{"id":5317,"name":"Greater
|
|
229
227
|
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":25,"rune":{"id":5289,"name":"Greater
|
|
230
|
-
Glyph of Magic Resist","description":"+1.34 magic resist","tier":3}},{"runeSlotId":
|
|
228
|
+
Glyph of Magic Resist","description":"+1.34 magic resist","tier":3}},{"runeSlotId":13,"rune":{"id":5317,"name":"Greater
|
|
231
229
|
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":24,"rune":{"id":5289,"name":"Greater
|
|
232
|
-
Glyph of Magic Resist","description":"+1.34 magic resist","tier":3}},{"runeSlotId":
|
|
230
|
+
Glyph of Magic Resist","description":"+1.34 magic resist","tier":3}},{"runeSlotId":12,"rune":{"id":5317,"name":"Greater
|
|
231
|
+
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":11,"rune":{"id":5317,"name":"Greater
|
|
233
232
|
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":10,"rune":{"id":5317,"name":"Greater
|
|
234
233
|
Seal of Armor","description":"+1.41 armor","tier":3}}]},{"id":21751046,"name":"Speed/MPen/Def
|
|
235
234
|
(Zac/Singed)","current":false,"slots":[{"runeSlotId":2,"rune":{"id":5273,"name":"Greater
|
|
@@ -256,21 +255,21 @@ http_interactions:
|
|
|
256
255
|
Glyph of Magic Resist","description":"+1.34 magic resist","tier":3}},{"runeSlotId":15,"rune":{"id":5317,"name":"Greater
|
|
257
256
|
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":26,"rune":{"id":5289,"name":"Greater
|
|
258
257
|
Glyph of Magic Resist","description":"+1.34 magic resist","tier":3}},{"runeSlotId":14,"rune":{"id":5317,"name":"Greater
|
|
259
|
-
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":13,"rune":{"id":5317,"name":"Greater
|
|
260
258
|
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":25,"rune":{"id":5289,"name":"Greater
|
|
261
|
-
Glyph of Magic Resist","description":"+1.34 magic resist","tier":3}},{"runeSlotId":
|
|
259
|
+
Glyph of Magic Resist","description":"+1.34 magic resist","tier":3}},{"runeSlotId":13,"rune":{"id":5317,"name":"Greater
|
|
262
260
|
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":24,"rune":{"id":5289,"name":"Greater
|
|
263
|
-
Glyph of Magic Resist","description":"+1.34 magic resist","tier":3}},{"runeSlotId":
|
|
261
|
+
Glyph of Magic Resist","description":"+1.34 magic resist","tier":3}},{"runeSlotId":12,"rune":{"id":5317,"name":"Greater
|
|
262
|
+
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":11,"rune":{"id":5317,"name":"Greater
|
|
264
263
|
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":10,"rune":{"id":5317,"name":"Greater
|
|
265
264
|
Seal of Armor","description":"+1.41 armor","tier":3}}]},{"id":21751047,"name":"Speed/AS/Def
|
|
266
265
|
(Udyr)","current":false,"slots":[{"runeSlotId":6,"rune":{"id":5247,"name":"Greater
|
|
266
|
+
Mark of Attack Speed","description":"+1.7% attack speed","tier":3}},{"runeSlotId":1,"rune":{"id":5247,"name":"Greater
|
|
267
267
|
Mark of Attack Speed","description":"+1.7% attack speed","tier":3}},{"runeSlotId":28,"rune":{"id":10002,"name":"Razer
|
|
268
|
-
Quintessence of Speed","description":"+1.5% movement speed","tier":3}},{"runeSlotId":1,"rune":{"id":5247,"name":"Greater
|
|
269
|
-
Mark of Attack Speed","description":"+1.7% attack speed","tier":3}},{"runeSlotId":30,"rune":{"id":10002,"name":"Razer
|
|
270
268
|
Quintessence of Speed","description":"+1.5% movement speed","tier":3}},{"runeSlotId":3,"rune":{"id":5247,"name":"Greater
|
|
271
|
-
Mark of Attack Speed","description":"+1.7% attack speed","tier":3}},{"runeSlotId":
|
|
269
|
+
Mark of Attack Speed","description":"+1.7% attack speed","tier":3}},{"runeSlotId":30,"rune":{"id":10002,"name":"Razer
|
|
272
270
|
Quintessence of Speed","description":"+1.5% movement speed","tier":3}},{"runeSlotId":2,"rune":{"id":5247,"name":"Greater
|
|
273
|
-
Mark of Attack Speed","description":"+1.7% attack speed","tier":3}},{"runeSlotId":
|
|
271
|
+
Mark of Attack Speed","description":"+1.7% attack speed","tier":3}},{"runeSlotId":29,"rune":{"id":10002,"name":"Razer
|
|
272
|
+
Quintessence of Speed","description":"+1.5% movement speed","tier":3}},{"runeSlotId":5,"rune":{"id":5247,"name":"Greater
|
|
274
273
|
Mark of Attack Speed","description":"+1.7% attack speed","tier":3}},{"runeSlotId":4,"rune":{"id":5247,"name":"Greater
|
|
275
274
|
Mark of Attack Speed","description":"+1.7% attack speed","tier":3}},{"runeSlotId":8,"rune":{"id":5245,"name":"Greater
|
|
276
275
|
Mark of Attack Damage","description":"+0.95 attack damage","tier":3}},{"runeSlotId":9,"rune":{"id":5245,"name":"Greater
|
|
@@ -287,18 +286,18 @@ http_interactions:
|
|
|
287
286
|
Glyph of Magic Resist","description":"+1.34 magic resist","tier":3}},{"runeSlotId":15,"rune":{"id":5317,"name":"Greater
|
|
288
287
|
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":26,"rune":{"id":5289,"name":"Greater
|
|
289
288
|
Glyph of Magic Resist","description":"+1.34 magic resist","tier":3}},{"runeSlotId":14,"rune":{"id":5317,"name":"Greater
|
|
290
|
-
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":13,"rune":{"id":5317,"name":"Greater
|
|
291
289
|
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":25,"rune":{"id":5289,"name":"Greater
|
|
292
|
-
Glyph of Magic Resist","description":"+1.34 magic resist","tier":3}},{"runeSlotId":
|
|
290
|
+
Glyph of Magic Resist","description":"+1.34 magic resist","tier":3}},{"runeSlotId":13,"rune":{"id":5317,"name":"Greater
|
|
293
291
|
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":24,"rune":{"id":5289,"name":"Greater
|
|
294
|
-
Glyph of Magic Resist","description":"+1.34 magic resist","tier":3}},{"runeSlotId":
|
|
292
|
+
Glyph of Magic Resist","description":"+1.34 magic resist","tier":3}},{"runeSlotId":12,"rune":{"id":5317,"name":"Greater
|
|
293
|
+
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":11,"rune":{"id":5317,"name":"Greater
|
|
295
294
|
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":10,"rune":{"id":5317,"name":"Greater
|
|
296
295
|
Seal of Armor","description":"+1.41 armor","tier":3}}]},{"id":21751048,"name":"1","current":false},{"id":21751049,"name":"2","current":false}]}'
|
|
297
296
|
http_version:
|
|
298
|
-
recorded_at:
|
|
297
|
+
recorded_at: Sat, 21 Dec 2013 08:37:19 GMT
|
|
299
298
|
- request:
|
|
300
299
|
method: get
|
|
301
|
-
uri: http://prod.api.pvp.net/api/lol/na/v1.
|
|
300
|
+
uri: http://prod.api.pvp.net/api/lol/na/v1.2/summoner/23893133/runes?api_key=<API_KEY>
|
|
302
301
|
body:
|
|
303
302
|
encoding: US-ASCII
|
|
304
303
|
string: ''
|
|
@@ -313,22 +312,22 @@ http_interactions:
|
|
|
313
312
|
Access-Control-Allow-Methods:
|
|
314
313
|
- GET, POST, DELETE, PUT
|
|
315
314
|
Access-Control-Allow-Origin:
|
|
316
|
-
-
|
|
315
|
+
- '*'
|
|
317
316
|
Content-Type:
|
|
318
317
|
- application/json;charset=UTF-8
|
|
319
318
|
Date:
|
|
320
|
-
-
|
|
319
|
+
- Sat, 21 Dec 2013 08:37:16 GMT
|
|
321
320
|
Server:
|
|
322
321
|
- Jetty(9.1.0.v20131115)
|
|
323
322
|
X-Newrelic-App-Data:
|
|
324
|
-
-
|
|
323
|
+
- PxQFWFFSDwQTVVdUBAgAVkYdFGQHBDcQUQxLA1tMXV1dORYzVBJHNQFUZAQUFVFQVThOA0dYa0kIXlpvTR0RB1cLVwxFZBtEAksLPR4SRg8JWVkEFD8XSEMRDA9YX1IULVVLb00UFgxVERhKf31gGxFJCU8BTQNMVAMHWFdUAQocSVBOFVUFUwUBAQtQV1cDVQYLBw0aaQ==
|
|
325
324
|
Transfer-Encoding:
|
|
326
325
|
- chunked
|
|
327
326
|
Connection:
|
|
328
327
|
- keep-alive
|
|
329
328
|
body:
|
|
330
|
-
encoding:
|
|
331
|
-
string:
|
|
329
|
+
encoding: UTF-8
|
|
330
|
+
string: '{"summonerId":23893133,"pages":[{"id":14274702,"name":"AD/Def (Jayce/Yorick)","current":false,"slots":[{"runeSlotId":29,"rune":{"id":5335,"name":"Greater
|
|
332
331
|
Quintessence of Attack Damage","description":"+2.25 attack damage","tier":3}},{"runeSlotId":28,"rune":{"id":5335,"name":"Greater
|
|
333
332
|
Quintessence of Attack Damage","description":"+2.25 attack damage","tier":3}},{"runeSlotId":21,"rune":{"id":5290,"name":"Greater
|
|
334
333
|
Glyph of Scaling Magic Resist","description":"+0.15 magic resist per level
|
|
@@ -340,10 +339,10 @@ http_interactions:
|
|
|
340
339
|
Glyph of Scaling Magic Resist","description":"+0.15 magic resist per level
|
|
341
340
|
(+2.7 at champion level 18)","tier":3}},{"runeSlotId":19,"rune":{"id":5290,"name":"Greater
|
|
342
341
|
Glyph of Scaling Magic Resist","description":"+0.15 magic resist per level
|
|
343
|
-
(+2.7 at champion level 18)","tier":3}},{"runeSlotId":20,"rune":{"id":5290,"name":"Greater
|
|
344
|
-
Glyph of Scaling Magic Resist","description":"+0.15 magic resist per level
|
|
345
342
|
(+2.7 at champion level 18)","tier":3}},{"runeSlotId":30,"rune":{"id":5335,"name":"Greater
|
|
346
|
-
Quintessence of Attack Damage","description":"+2.25 attack damage","tier":3}},{"runeSlotId":
|
|
343
|
+
Quintessence of Attack Damage","description":"+2.25 attack damage","tier":3}},{"runeSlotId":20,"rune":{"id":5290,"name":"Greater
|
|
344
|
+
Glyph of Scaling Magic Resist","description":"+0.15 magic resist per level
|
|
345
|
+
(+2.7 at champion level 18)","tier":3}},{"runeSlotId":2,"rune":{"id":5245,"name":"Greater
|
|
347
346
|
Mark of Attack Damage","description":"+0.95 attack damage","tier":3}},{"runeSlotId":3,"rune":{"id":5245,"name":"Greater
|
|
348
347
|
Mark of Attack Damage","description":"+0.95 attack damage","tier":3}},{"runeSlotId":1,"rune":{"id":5245,"name":"Greater
|
|
349
348
|
Mark of Attack Damage","description":"+0.95 attack damage","tier":3}},{"runeSlotId":26,"rune":{"id":5290,"name":"Greater
|
|
@@ -368,7 +367,7 @@ http_interactions:
|
|
|
368
367
|
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":11,"rune":{"id":5317,"name":"Greater
|
|
369
368
|
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":10,"rune":{"id":5317,"name":"Greater
|
|
370
369
|
Seal of Armor","description":"+1.41 armor","tier":3}}]},{"id":14274703,"name":"AP/MPen/Def
|
|
371
|
-
(AP Carry)","current":
|
|
370
|
+
(AP Carry)","current":false,"slots":[{"runeSlotId":2,"rune":{"id":5273,"name":"Greater
|
|
372
371
|
Mark of Magic Penetration","description":"+0.87 magic penetration","tier":3}},{"runeSlotId":3,"rune":{"id":5273,"name":"Greater
|
|
373
372
|
Mark of Magic Penetration","description":"+0.87 magic penetration","tier":3}},{"runeSlotId":1,"rune":{"id":5273,"name":"Greater
|
|
374
373
|
Mark of Magic Penetration","description":"+0.87 magic penetration","tier":3}},{"runeSlotId":6,"rune":{"id":5273,"name":"Greater
|
|
@@ -377,9 +376,9 @@ http_interactions:
|
|
|
377
376
|
Mark of Magic Penetration","description":"+0.87 magic penetration","tier":3}},{"runeSlotId":5,"rune":{"id":5273,"name":"Greater
|
|
378
377
|
Mark of Magic Penetration","description":"+0.87 magic penetration","tier":3}},{"runeSlotId":9,"rune":{"id":5273,"name":"Greater
|
|
379
378
|
Mark of Magic Penetration","description":"+0.87 magic penetration","tier":3}},{"runeSlotId":8,"rune":{"id":5273,"name":"Greater
|
|
380
|
-
Mark of Magic Penetration","description":"+0.87 magic penetration","tier":3}},{"runeSlotId":
|
|
381
|
-
|
|
382
|
-
|
|
379
|
+
Mark of Magic Penetration","description":"+0.87 magic penetration","tier":3}},{"runeSlotId":30,"rune":{"id":5357,"name":"Greater
|
|
380
|
+
Quintessence of Ability Power","description":"+4.95 ability power","tier":3}},{"runeSlotId":22,"rune":{"id":5289,"name":"Greater
|
|
381
|
+
Glyph of Magic Resist","description":"+1.34 magic resist","tier":3}},{"runeSlotId":23,"rune":{"id":5289,"name":"Greater
|
|
383
382
|
Glyph of Magic Resist","description":"+1.34 magic resist","tier":3}},{"runeSlotId":28,"rune":{"id":5357,"name":"Greater
|
|
384
383
|
Quintessence of Ability Power","description":"+4.95 ability power","tier":3}},{"runeSlotId":20,"rune":{"id":5289,"name":"Greater
|
|
385
384
|
Glyph of Magic Resist","description":"+1.34 magic resist","tier":3}},{"runeSlotId":29,"rune":{"id":5357,"name":"Greater
|
|
@@ -392,18 +391,18 @@ http_interactions:
|
|
|
392
391
|
Glyph of Magic Resist","description":"+1.34 magic resist","tier":3}},{"runeSlotId":15,"rune":{"id":5317,"name":"Greater
|
|
393
392
|
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":26,"rune":{"id":5289,"name":"Greater
|
|
394
393
|
Glyph of Magic Resist","description":"+1.34 magic resist","tier":3}},{"runeSlotId":14,"rune":{"id":5317,"name":"Greater
|
|
395
|
-
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":13,"rune":{"id":5317,"name":"Greater
|
|
396
394
|
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":25,"rune":{"id":5289,"name":"Greater
|
|
397
|
-
Glyph of Magic Resist","description":"+1.34 magic resist","tier":3}},{"runeSlotId":
|
|
395
|
+
Glyph of Magic Resist","description":"+1.34 magic resist","tier":3}},{"runeSlotId":13,"rune":{"id":5317,"name":"Greater
|
|
398
396
|
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":24,"rune":{"id":5289,"name":"Greater
|
|
399
|
-
Glyph of Magic Resist","description":"+1.34 magic resist","tier":3}},{"runeSlotId":
|
|
397
|
+
Glyph of Magic Resist","description":"+1.34 magic resist","tier":3}},{"runeSlotId":12,"rune":{"id":5317,"name":"Greater
|
|
398
|
+
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":11,"rune":{"id":5317,"name":"Greater
|
|
400
399
|
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":10,"rune":{"id":5317,"name":"Greater
|
|
401
400
|
Seal of Armor","description":"+1.41 armor","tier":3}}]},{"id":21751043,"name":"AD/ArPen/Def
|
|
402
|
-
(Corki/Kha''Zix)","current":
|
|
403
|
-
|
|
404
|
-
Mark of Armor Penetration","description":"+1.28 armor penetration","tier":3}},{"runeSlotId":28,"rune":{"id":5335,"name":"Greater
|
|
401
|
+
(Corki/Kha''Zix)","current":true,"slots":[{"runeSlotId":8,"rune":{"id":5253,"name":"Greater
|
|
402
|
+
Mark of Armor Penetration","description":"+1.28 armor penetration","tier":3}},{"runeSlotId":29,"rune":{"id":5335,"name":"Greater
|
|
405
403
|
Quintessence of Attack Damage","description":"+2.25 attack damage","tier":3}},{"runeSlotId":9,"rune":{"id":5253,"name":"Greater
|
|
406
|
-
Mark of Armor Penetration","description":"+1.28 armor penetration","tier":3}},{"runeSlotId":
|
|
404
|
+
Mark of Armor Penetration","description":"+1.28 armor penetration","tier":3}},{"runeSlotId":28,"rune":{"id":5335,"name":"Greater
|
|
405
|
+
Quintessence of Attack Damage","description":"+2.25 attack damage","tier":3}},{"runeSlotId":4,"rune":{"id":5253,"name":"Greater
|
|
407
406
|
Mark of Armor Penetration","description":"+1.28 armor penetration","tier":3}},{"runeSlotId":5,"rune":{"id":5253,"name":"Greater
|
|
408
407
|
Mark of Armor Penetration","description":"+1.28 armor penetration","tier":3}},{"runeSlotId":6,"rune":{"id":5253,"name":"Greater
|
|
409
408
|
Mark of Armor Penetration","description":"+1.28 armor penetration","tier":3}},{"runeSlotId":7,"rune":{"id":5253,"name":"Greater
|
|
@@ -424,11 +423,11 @@ http_interactions:
|
|
|
424
423
|
Glyph of Magic Resist","description":"+1.34 magic resist","tier":3}},{"runeSlotId":13,"rune":{"id":5317,"name":"Greater
|
|
425
424
|
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":24,"rune":{"id":5289,"name":"Greater
|
|
426
425
|
Glyph of Magic Resist","description":"+1.34 magic resist","tier":3}},{"runeSlotId":12,"rune":{"id":5317,"name":"Greater
|
|
427
|
-
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":11,"rune":{"id":5317,"name":"Greater
|
|
428
426
|
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":3,"rune":{"id":5253,"name":"Greater
|
|
429
|
-
Mark of Armor Penetration","description":"+1.28 armor penetration","tier":3}},{"runeSlotId":
|
|
430
|
-
|
|
431
|
-
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":
|
|
427
|
+
Mark of Armor Penetration","description":"+1.28 armor penetration","tier":3}},{"runeSlotId":11,"rune":{"id":5317,"name":"Greater
|
|
428
|
+
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":10,"rune":{"id":5317,"name":"Greater
|
|
429
|
+
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":2,"rune":{"id":5253,"name":"Greater
|
|
430
|
+
Mark of Armor Penetration","description":"+1.28 armor penetration","tier":3}},{"runeSlotId":1,"rune":{"id":5253,"name":"Greater
|
|
432
431
|
Mark of Armor Penetration","description":"+1.28 armor penetration","tier":3}}]},{"id":21751044,"name":"Speed/AD/CD/Armor
|
|
433
432
|
(Ali?)","current":false,"slots":[{"runeSlotId":28,"rune":{"id":10002,"name":"Razer
|
|
434
433
|
Quintessence of Speed","description":"+1.5% movement speed","tier":3}},{"runeSlotId":30,"rune":{"id":10002,"name":"Razer
|
|
@@ -454,23 +453,23 @@ http_interactions:
|
|
|
454
453
|
Glyph of Cooldown Reduction","description":"-0.83% cooldowns","tier":3}},{"runeSlotId":12,"rune":{"id":5317,"name":"Greater
|
|
455
454
|
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":22,"rune":{"id":5295,"name":"Greater
|
|
456
455
|
Glyph of Cooldown Reduction","description":"-0.83% cooldowns","tier":3}},{"runeSlotId":11,"rune":{"id":5317,"name":"Greater
|
|
456
|
+
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":10,"rune":{"id":5317,"name":"Greater
|
|
457
457
|
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":23,"rune":{"id":5295,"name":"Greater
|
|
458
|
-
Glyph of Cooldown Reduction","description":"-0.83% cooldowns","tier":3}},{"runeSlotId":
|
|
459
|
-
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":24,"rune":{"id":5295,"name":"Greater
|
|
458
|
+
Glyph of Cooldown Reduction","description":"-0.83% cooldowns","tier":3}},{"runeSlotId":24,"rune":{"id":5295,"name":"Greater
|
|
460
459
|
Glyph of Cooldown Reduction","description":"-0.83% cooldowns","tier":3}},{"runeSlotId":25,"rune":{"id":5295,"name":"Greater
|
|
461
460
|
Glyph of Cooldown Reduction","description":"-0.83% cooldowns","tier":3}},{"runeSlotId":26,"rune":{"id":5295,"name":"Greater
|
|
462
461
|
Glyph of Cooldown Reduction","description":"-0.83% cooldowns","tier":3}},{"runeSlotId":27,"rune":{"id":5295,"name":"Greater
|
|
463
462
|
Glyph of Cooldown Reduction","description":"-0.83% cooldowns","tier":3}}]},{"id":21751045,"name":"AD/AS/Def
|
|
464
463
|
(Irelia)","current":false,"slots":[{"runeSlotId":29,"rune":{"id":5335,"name":"Greater
|
|
465
|
-
Quintessence of Attack Damage","description":"+2.25 attack damage","tier":3}},{"runeSlotId":28,"rune":{"id":5335,"name":"Greater
|
|
466
464
|
Quintessence of Attack Damage","description":"+2.25 attack damage","tier":3}},{"runeSlotId":6,"rune":{"id":5247,"name":"Greater
|
|
467
|
-
Mark of Attack Speed","description":"+1.7% attack speed","tier":3}},{"runeSlotId":
|
|
465
|
+
Mark of Attack Speed","description":"+1.7% attack speed","tier":3}},{"runeSlotId":28,"rune":{"id":5335,"name":"Greater
|
|
466
|
+
Quintessence of Attack Damage","description":"+2.25 attack damage","tier":3}},{"runeSlotId":1,"rune":{"id":5247,"name":"Greater
|
|
468
467
|
Mark of Attack Speed","description":"+1.7% attack speed","tier":3}},{"runeSlotId":3,"rune":{"id":5247,"name":"Greater
|
|
469
468
|
Mark of Attack Speed","description":"+1.7% attack speed","tier":3}},{"runeSlotId":2,"rune":{"id":5247,"name":"Greater
|
|
470
469
|
Mark of Attack Speed","description":"+1.7% attack speed","tier":3}},{"runeSlotId":5,"rune":{"id":5247,"name":"Greater
|
|
470
|
+
Mark of Attack Speed","description":"+1.7% attack speed","tier":3}},{"runeSlotId":4,"rune":{"id":5247,"name":"Greater
|
|
471
471
|
Mark of Attack Speed","description":"+1.7% attack speed","tier":3}},{"runeSlotId":30,"rune":{"id":5335,"name":"Greater
|
|
472
|
-
Quintessence of Attack Damage","description":"+2.25 attack damage","tier":3}},{"runeSlotId":
|
|
473
|
-
Mark of Attack Speed","description":"+1.7% attack speed","tier":3}},{"runeSlotId":8,"rune":{"id":5245,"name":"Greater
|
|
472
|
+
Quintessence of Attack Damage","description":"+2.25 attack damage","tier":3}},{"runeSlotId":8,"rune":{"id":5245,"name":"Greater
|
|
474
473
|
Mark of Attack Damage","description":"+0.95 attack damage","tier":3}},{"runeSlotId":9,"rune":{"id":5245,"name":"Greater
|
|
475
474
|
Mark of Attack Damage","description":"+0.95 attack damage","tier":3}},{"runeSlotId":7,"rune":{"id":5245,"name":"Greater
|
|
476
475
|
Mark of Attack Damage","description":"+0.95 attack damage","tier":3}},{"runeSlotId":22,"rune":{"id":5289,"name":"Greater
|
|
@@ -485,11 +484,11 @@ http_interactions:
|
|
|
485
484
|
Glyph of Magic Resist","description":"+1.34 magic resist","tier":3}},{"runeSlotId":15,"rune":{"id":5317,"name":"Greater
|
|
486
485
|
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":26,"rune":{"id":5289,"name":"Greater
|
|
487
486
|
Glyph of Magic Resist","description":"+1.34 magic resist","tier":3}},{"runeSlotId":14,"rune":{"id":5317,"name":"Greater
|
|
488
|
-
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":13,"rune":{"id":5317,"name":"Greater
|
|
489
487
|
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":25,"rune":{"id":5289,"name":"Greater
|
|
490
|
-
Glyph of Magic Resist","description":"+1.34 magic resist","tier":3}},{"runeSlotId":
|
|
488
|
+
Glyph of Magic Resist","description":"+1.34 magic resist","tier":3}},{"runeSlotId":13,"rune":{"id":5317,"name":"Greater
|
|
491
489
|
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":24,"rune":{"id":5289,"name":"Greater
|
|
492
|
-
Glyph of Magic Resist","description":"+1.34 magic resist","tier":3}},{"runeSlotId":
|
|
490
|
+
Glyph of Magic Resist","description":"+1.34 magic resist","tier":3}},{"runeSlotId":12,"rune":{"id":5317,"name":"Greater
|
|
491
|
+
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":11,"rune":{"id":5317,"name":"Greater
|
|
493
492
|
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":10,"rune":{"id":5317,"name":"Greater
|
|
494
493
|
Seal of Armor","description":"+1.41 armor","tier":3}}]},{"id":21751046,"name":"Speed/MPen/Def
|
|
495
494
|
(Zac/Singed)","current":false,"slots":[{"runeSlotId":2,"rune":{"id":5273,"name":"Greater
|
|
@@ -516,21 +515,21 @@ http_interactions:
|
|
|
516
515
|
Glyph of Magic Resist","description":"+1.34 magic resist","tier":3}},{"runeSlotId":15,"rune":{"id":5317,"name":"Greater
|
|
517
516
|
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":26,"rune":{"id":5289,"name":"Greater
|
|
518
517
|
Glyph of Magic Resist","description":"+1.34 magic resist","tier":3}},{"runeSlotId":14,"rune":{"id":5317,"name":"Greater
|
|
519
|
-
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":13,"rune":{"id":5317,"name":"Greater
|
|
520
518
|
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":25,"rune":{"id":5289,"name":"Greater
|
|
521
|
-
Glyph of Magic Resist","description":"+1.34 magic resist","tier":3}},{"runeSlotId":
|
|
519
|
+
Glyph of Magic Resist","description":"+1.34 magic resist","tier":3}},{"runeSlotId":13,"rune":{"id":5317,"name":"Greater
|
|
522
520
|
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":24,"rune":{"id":5289,"name":"Greater
|
|
523
|
-
Glyph of Magic Resist","description":"+1.34 magic resist","tier":3}},{"runeSlotId":
|
|
521
|
+
Glyph of Magic Resist","description":"+1.34 magic resist","tier":3}},{"runeSlotId":12,"rune":{"id":5317,"name":"Greater
|
|
522
|
+
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":11,"rune":{"id":5317,"name":"Greater
|
|
524
523
|
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":10,"rune":{"id":5317,"name":"Greater
|
|
525
524
|
Seal of Armor","description":"+1.41 armor","tier":3}}]},{"id":21751047,"name":"Speed/AS/Def
|
|
526
525
|
(Udyr)","current":false,"slots":[{"runeSlotId":6,"rune":{"id":5247,"name":"Greater
|
|
526
|
+
Mark of Attack Speed","description":"+1.7% attack speed","tier":3}},{"runeSlotId":1,"rune":{"id":5247,"name":"Greater
|
|
527
527
|
Mark of Attack Speed","description":"+1.7% attack speed","tier":3}},{"runeSlotId":28,"rune":{"id":10002,"name":"Razer
|
|
528
|
-
Quintessence of Speed","description":"+1.5% movement speed","tier":3}},{"runeSlotId":1,"rune":{"id":5247,"name":"Greater
|
|
529
|
-
Mark of Attack Speed","description":"+1.7% attack speed","tier":3}},{"runeSlotId":30,"rune":{"id":10002,"name":"Razer
|
|
530
528
|
Quintessence of Speed","description":"+1.5% movement speed","tier":3}},{"runeSlotId":3,"rune":{"id":5247,"name":"Greater
|
|
531
|
-
Mark of Attack Speed","description":"+1.7% attack speed","tier":3}},{"runeSlotId":
|
|
529
|
+
Mark of Attack Speed","description":"+1.7% attack speed","tier":3}},{"runeSlotId":30,"rune":{"id":10002,"name":"Razer
|
|
532
530
|
Quintessence of Speed","description":"+1.5% movement speed","tier":3}},{"runeSlotId":2,"rune":{"id":5247,"name":"Greater
|
|
533
|
-
Mark of Attack Speed","description":"+1.7% attack speed","tier":3}},{"runeSlotId":
|
|
531
|
+
Mark of Attack Speed","description":"+1.7% attack speed","tier":3}},{"runeSlotId":29,"rune":{"id":10002,"name":"Razer
|
|
532
|
+
Quintessence of Speed","description":"+1.5% movement speed","tier":3}},{"runeSlotId":5,"rune":{"id":5247,"name":"Greater
|
|
534
533
|
Mark of Attack Speed","description":"+1.7% attack speed","tier":3}},{"runeSlotId":4,"rune":{"id":5247,"name":"Greater
|
|
535
534
|
Mark of Attack Speed","description":"+1.7% attack speed","tier":3}},{"runeSlotId":8,"rune":{"id":5245,"name":"Greater
|
|
536
535
|
Mark of Attack Damage","description":"+0.95 attack damage","tier":3}},{"runeSlotId":9,"rune":{"id":5245,"name":"Greater
|
|
@@ -547,13 +546,13 @@ http_interactions:
|
|
|
547
546
|
Glyph of Magic Resist","description":"+1.34 magic resist","tier":3}},{"runeSlotId":15,"rune":{"id":5317,"name":"Greater
|
|
548
547
|
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":26,"rune":{"id":5289,"name":"Greater
|
|
549
548
|
Glyph of Magic Resist","description":"+1.34 magic resist","tier":3}},{"runeSlotId":14,"rune":{"id":5317,"name":"Greater
|
|
550
|
-
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":13,"rune":{"id":5317,"name":"Greater
|
|
551
549
|
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":25,"rune":{"id":5289,"name":"Greater
|
|
552
|
-
Glyph of Magic Resist","description":"+1.34 magic resist","tier":3}},{"runeSlotId":
|
|
550
|
+
Glyph of Magic Resist","description":"+1.34 magic resist","tier":3}},{"runeSlotId":13,"rune":{"id":5317,"name":"Greater
|
|
553
551
|
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":24,"rune":{"id":5289,"name":"Greater
|
|
554
|
-
Glyph of Magic Resist","description":"+1.34 magic resist","tier":3}},{"runeSlotId":
|
|
552
|
+
Glyph of Magic Resist","description":"+1.34 magic resist","tier":3}},{"runeSlotId":12,"rune":{"id":5317,"name":"Greater
|
|
553
|
+
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":11,"rune":{"id":5317,"name":"Greater
|
|
555
554
|
Seal of Armor","description":"+1.41 armor","tier":3}},{"runeSlotId":10,"rune":{"id":5317,"name":"Greater
|
|
556
555
|
Seal of Armor","description":"+1.41 armor","tier":3}}]},{"id":21751048,"name":"1","current":false},{"id":21751049,"name":"2","current":false}]}'
|
|
557
556
|
http_version:
|
|
558
|
-
recorded_at:
|
|
557
|
+
recorded_at: Sat, 21 Dec 2013 08:37:19 GMT
|
|
559
558
|
recorded_with: VCR 2.8.0
|