-
I know this is a closed issue (https://github.com/XeeX/LeagueOfLegendsAPI/issues/42) but I'm seeing a JsonReaderException when I request all info for all champions and I'm on the latest from NuGet.
c…
-
Let's say I have a query that looks like this:
`LeagueAPI::match()->match(2418532079)`
That's clearly going to return a array in the form of a DTO. Is there a easy way to convert this data to J…
-
Hey I really enjoy your work and i want to know if you will update the match V4 to V5 ?
https://twitter.com/RiotGamesDevRel/status/1382471243744518145
Thanks !
-
Hiya, firstly thank you for making this library its going to help me a lot :)
So i had a question/request with regards to the rate limiting, is it possible to set a manual rate limit? sadly i'm a n…
-
Does rate limiting caching only prevents you to do more requests while you are not able to? Or waits until you have permission to make more requests and keeps going with the script?
-
"question"
Any ETA on TFT side @dolejska-daniel ?
-
More of a question than an issue:
Regarding items, I know within 'participants' each entry has 'item0', 'item1', etc, but how would one go about translating those ids into item names? Similarly, wh…
-
**Is your feature request related to a problem? Please describe.**
The PHP 8 has been released.
**Describe the solution you'd like**
Is there any plan to support PHP 8?
I just want to check tha…
-
Hi,
There is an issue where the `__call` forwarding made by the proxy is not compatible with PHP 8's named arguments:
```php
$matches = LeagueAPI::getMatchIdsByPUUID(
puuid: $summoner->puu…
-
using a summoner who DO NOT EXISTS the output is 👍
$summoner = $api->getSummonerByName($summonerName);
```
Fatal error: Uncaught RiotAPI\Base\Exceptions\ForbiddenException: LeagueAPI: Forbidden.…