-
I'am using this example:
```
var allVersion = api.DataDragon.Versions.GetAllAsync().Result;
var latestVersion = allVersion[0]; // Example of version: "10.23.1"
var champions = api.DataDragon.Champ…
-
Trying to install this package to my Laravel 9 project, sadly it's not supported due to wrong version dependencies.
Laravel v9.4.1 (PHP v8.0.16)
```
Using version ^4.1 for blood72/laravel-riot-…
-
At first the endpoint should be renamed to DataDragon to match Riot's documentation naming (the old static data api was deprecated a long time ago).
Also getting data should be simplified, for exam…
-
-
Have you ever thought about supporting LCU? It is the only "API" that is currently not supported.
The only information I could find is:
https://riot-api-libraries.readthedocs.io/en/latest/lcu.ht…
ghost updated
4 years ago
-
* DDragon - Riot's semi-internal semi-public CDN: http://ddragon.leagueoflegends.com/cdn/9.7.1/data/zh_CN/champion/Zyra.json
* CommunityDragon - Community-made version of DDragon: https://www.communi…
-
I've been checking that it wasn't me, testing with different keys. (The same happened to me with the `GetSummonerByAccountIdAsync` and `GetSummonerBySummonerIdAsync` methods, I just ignored it and co…
-
## Install Prod-Toolkit with Docker
1. Run `docker run -d --name='LeagueProdToolkit' -p '3003:3003' -v LPT:'/app/modules' 'eirikskarding/leagueprodtoolkit:latest'`
2. Wait for DataDragon download …
-
TeemoJS is very javascript-ey, i.e. very untyped, but it would still be nice to provide typescript typings when possible.
https://gist.github.com/molenzwiebel/7bf64a4b79f609c4bae85f1db38ef08e
-
1. Is there a way to retrieve the icons from the lanes using the library?
i,e.: ![image](https://github.com/fightmegg/riot-api/assets/85653578/8f6cc05f-0868-4fbe-8ab9-1a356ac0099f)
2. Is there a…