chrisheo
Showing 1 changed file with 21 additions and 1 deletions
...@@ -28,20 +28,40 @@ ...@@ -28,20 +28,40 @@
28 > https://kr.api.riotgames.com/tft/league/v1/entries/by-summoner/{summonerId} 28 > https://kr.api.riotgames.com/tft/league/v1/entries/by-summoner/{summonerId}
29 29
30 - 암호화된 소환사 아이디 - `summonerId` 30 - 암호화된 소환사 아이디 - `summonerId`
31 +- 소환사의 티어 - `tier`
31 - 소환사의 랭크 - `rank` 32 - 소환사의 랭크 - `rank`
32 - 소환사의 이긴 판수 - `wins` 33 - 소환사의 이긴 판수 - `wins`
33 - 소환사의 진 판수 - `losses` 34 - 소환사의 진 판수 - `losses`
34 - 소환사의 리그포인트 - `leaguePoints` 35 - 소환사의 리그포인트 - `leaguePoints`
35 36
36 ### `TFT-MATCH` 37 ### `TFT-MATCH`
38 +> https://asia.api.riotgames.com/tft/match/v1/matches/by-puuid/{puuid}/{start&count}
37 39
38 -> https://kr.api.riotgames.com/tft/match/v1/matches/{matchId} 40 +- TFT-Match 의 경우 Kr 서버가 아닌, asia 서버를 이용해야한다. Match Id에 해당 국가에 해당하는 정보가 담겨있다.
41 +- 전적 매치 아이디 - `matchId`
39 42
43 +> https://asia.api.riotgames.com/tft/match/v1/matches/{matchId}
44 +
45 +- `infoDto`
40 - 전적 리스트 - `matches` 46 - 전적 리스트 - `matches`
41 - 게임 모드 - `queue` 47 - 게임 모드 - `queue`
42 - 게임 아이디 - `gameId` 48 - 게임 아이디 - `gameId`
43 - 게임 모드 - `queue_id` 49 - 게임 모드 - `queue_id`
44 50
51 +- `ParticipantDto`
52 +- 최종 라운드 - `last_round`
53 +- 마지막 라운드 소환사 레벨 - `level`
54 +- 최종 등수 - `placement`
55 +
56 +- `traits`
57 +- 시너지 이름 - `name`
58 +- 시너지 스타일 - `style`
59 +- 적용 시너지 - `tier_current`
60 +
61 +- `units`
62 +- 캐릭터 종류 - `character_id`
63 +- 사용 아이템 - `itemNames`
64 +
45 65
46 ## 개발 히스토리 66 ## 개발 히스토리
47 - 2022-11-10 67 - 2022-11-10
......