-
I can't add the LeagueApi to the Project. This is the error CS1705 `Assembly 'LCUSharp' with identity 'LCUSharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' uses 'System.Runtime, Version=5.…
-
I might be missing something, but it seems that there is no way to direct the function get_paginated_league_entries to pull specific pages or to pull a range of pages. For the Masters, Grandmasters, a…
-
Code to reproduce:
```
public function getCode($region, $summoner_id) {
$region_finder = new Region();
$api = new LeagueAPI([
LeagueAPI::SET_KEY => $this->riotKey,
…
exzib updated
3 years ago
-
Hello,
I would like to code an app with some friends. We are not really used to swift code, that would be more like an introduction for us. We are facing an installation issue. By following the ins…
-
I'm trying to play with tournament stub , and create a tournament code, i've followed the wiki instructions but i keep getting the 403 error (forbidden)]
am I doing something wrong ? the api init…
-
I know the image links are available in DDragon (in profileIcon.json) but I don't know how to get the ID that corresponds to one of those icons.
-
Hi! I was trying to test this wrapper and followed line by line all of your instructions, but whenever i try to run the initialization code I get a RiotAPI\LeagueAPI\Exceptions\SettingsException and i…
-
if I specify a champion in the function getMatchlistByAccount() after a few data appear, I get LeagueAPI: Not Found. Not found error
for example
```
....
$apiEU = $this->api;
…
-
Hey guys I didn't see an issue type that fitted the topic I'm here for so I'd like to ask
- Does this package have any way for me to use a proxy?
- Is there a way to access the Region constants th…
-
When I run composer for installation I get argument error
`composer require blood72/laravel-riot-api
`
Terminal error code start
> @php artisan package:discover --ansi
> TypeError
…