Toggle navigation
Toggle navigation
This project
Loading...
Sign in
허연우
/
FindMe.GG
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
chrisheo
2022-11-22 20:57:17 +0900
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
6997c1f8ae9c55d55950906cc9c79e875db8266c
6997c1f8
2 parents
bedb3b1e
b1b10b33
Merge branch 'master' of
http://khuhub.khu.ac.kr/2018102248/Open_Source_Project
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
1 deletions
README.md
README.md
View file @
6997c1f
...
...
@@ -28,20 +28,40 @@
> https://kr.api.riotgames.com/tft/league/v1/entries/by-summoner/{summonerId}
-
암호화된 소환사 아이디 -
`summonerId`
-
소환사의 티어 -
`tier`
-
소환사의 랭크 -
`rank`
-
소환사의 이긴 판수 -
`wins`
-
소환사의 진 판수 -
`losses`
-
소환사의 리그포인트 -
`leaguePoints`
### `TFT-MATCH`
> https://asia.api.riotgames.com/tft/match/v1/matches/by-puuid/{puuid}/{start&count}
> https://kr.api.riotgames.com/tft/match/v1/matches/{matchId}
-
TFT-Match 의 경우 Kr 서버가 아닌, asia 서버를 이용해야한다. Match Id에 해당 국가에 해당하는 정보가 담겨있다.
-
전적 매치 아이디 -
`matchId`
> https://asia.api.riotgames.com/tft/match/v1/matches/{matchId}
-
`infoDto`
-
전적 리스트 -
`matches`
-
게임 모드 -
`queue`
-
게임 아이디 -
`gameId`
-
게임 모드 -
`queue_id`
-
`ParticipantDto`
-
최종 라운드 -
`last_round`
-
마지막 라운드 소환사 레벨 -
`level`
-
최종 등수 -
`placement`
-
`traits`
-
시너지 이름 -
`name`
-
시너지 스타일 -
`style`
-
적용 시너지 -
`tier_current`
-
`units`
-
캐릭터 종류 -
`character_id`
-
사용 아이템 -
`itemNames`
## 개발 히스토리
-
2022-11-10
...
...
Please
register
or
login
to post a comment