-
Riot api says : ``` Note that rate limits are enforced per region. For example, with the above rate limit, you could make 500 requests every 10 minutes to both NA and EUW endpoints simultaneously. ``…
-
Just has two phones: A phone and B phone.
Both phones are online, all things is OK.
But in A phone, check the B status, display it is offline.
-
I think it'd be beneficial to have a place to keep LCU related community software. All of these libraries could probably stored inside one folder because there's so very few of them.
Right now we'v…
-
If the URL previews are enabled the riot-web app makes a request to
`https://matrix.org/_matrix/media/r0/preview_url` (assuming that matrix.org is your home-server). This would not be necessary if th…
-
I assume that this would be the most relevant place to request an API addition. What am I looking for is a way, either through LCU and the Riot Games API, is a way to get a summoner's owned champions…
-
I wonder how I can manage new users permissions: for example, what can do a new registered user (create a room ? ...)
A solution could be a user management panel, or something similar to this, whic…
-
Do we have a story for how to deal with stacks that need their sockets pinned?
For example, RIOT's sock_udp_t needs to stay in a place in memory from the time it is connected or bound -- aka be pin…
-
I tried fetching the https://127.0.0.1:2999/liveclientdata/allgamedata JSON for a TFT match but it is basically the same recycled JSON as for LoL, and it contains really few information to work with. …
-
1. 서버 실행
2. swagger에서 `summoner-controller`의 `/api/summoners/profile-info/{searchWord}` 에 `searchWord`를 입력하고 Execute
여기까지 확인하면, `/api/summoners/search/auto-complete/{searchWord}`에서 확인이 가능합니다.
그…
-
curl account id from summoner name.
curl matches played from account id (which yields the champ id for each map in the last)
create and persist a map of champ id to number of games played on that ch…