質問編集履歴

4

書式の改善

2018/06/14 05:42

投稿

ysdml
ysdml

スコア7

test CHANGED
File without changes
test CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
 
4
4
 
5
- 一人のプレイヤーの対戦履歴を複数取得したいので運営元で公開されているriot APIからマッチデータを取得し、内部のmatchHistoryUriを使ってデータを取得してみました。
5
+ 一人のプレイヤーの対戦履歴を複数取得したいので運営元で公開されているriot APIからマッチデータを取得し、内部のmatchHistoryUri(一人のプレイヤーの対戦履歴最大20戦分取得できる)を使ってデータを取得してみました。
6
6
 
7
7
 
8
8
 

3

書式の改善

2018/06/14 05:42

投稿

ysdml
ysdml

スコア7

test CHANGED
File without changes
test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
 
12
12
 
13
- matchHistoryUriを使わずマッチデータを一件ごとに取得することも可能ですが、数百件取得すると制限に引っかかり、またmatchHistoryUriについても調べましたが記のもの以外に情報が出てきませんでした。
13
+ matchHistoryUriを使わずマッチデータを一件ごとに取得することも可能ですが、数百件取得すると制限に引っかかり、またmatchHistoryUriについても調べましたが記のもの以外に情報が出てきませんでした。
14
14
 
15
15
 
16
16
 

2

書式の改善

2018/06/14 05:33

投稿

ysdml
ysdml

スコア7

test CHANGED
File without changes
test CHANGED
File without changes

1

書式の改善

2018/06/14 05:27

投稿

ysdml
ysdml

スコア7

test CHANGED
File without changes
test CHANGED
@@ -26,16 +26,16 @@
26
26
 
27
27
  公式ドキュメント:
28
28
 
29
- https://developer.riotgames.com/api-methods/
29
+ [https://developer.riotgames.com/api-methods/](https://developer.riotgames.com/api-methods/)
30
30
 
31
31
 
32
32
 
33
33
  参考にしたサイト:
34
34
 
35
- https://discussion.developer.riotgames.com/questions/1661/how-to-use-matchhistoryuri.html
35
+ [https://discussion.developer.riotgames.com/questions/1661/how-to-use-matchhistoryuri.html](https://discussion.developer.riotgames.com/questions/1661/how-to-use-matchhistoryuri.html)
36
36
 
37
37
 
38
38
 
39
39
  matchHistoryUriを使用した例:
40
40
 
41
- https://acs.leagueoflegends.com/v1/stats/player_history/JP1/200384902
41
+ [https://acs.leagueoflegends.com/v1/stats/player_history/JP1/200384902](https://acs.leagueoflegends.com/v1/stats/player_history/JP1/200384902)