-
```
var champion = await leagueAPI.Static.GetChampionAsync(13, ChampDataEnum.All, languageCode: LanguageEnum.French);
```
this line of code gives me this error:
```
Input string '60.0' is not a vali…
-
Im trying to get all champions and/or summonerinfo but everytime im getting the error shown below. Im using the Nuget version but it is up to date. I hope it can be fixed soon :)
![image](https://clo…
ghost updated
10 years ago
-
Would be nice if there were a static init. In late packages that I've downloaded, many of them have use of static variables to use. So, if you put the api key somewhere static, I don't need to initial…
-
The cooldown is an int, but it gets returned as 0.0.
JSON.NET then throws an exception, because 0.0 is treated as a double/float and not as an integer.
The same problem exists with the cooldown of th…