Daniel Bauer

Results 19 comments of Daniel Bauer

Yes, This would imply to change `RequestListener` to `RequestListener`. > Also nothing guarantees RequestListener to have the same T as AsyncRequest, which makes things very fishy. I dont think so....

Hi. This issue is driving me nuts :) Is this PR still worked on? It hasn't seen a lot of activity in the last few month. If everyone is fine...

you are right. thanks for pointing me to the workaround!

i'd like to have that too, but im dont have enough time to do that right now :/ If you want to make this, pull requests are welcome as always...

I merged your pull request. Maybe you can even extend this so `UnderlyingServiceRateLimitReached` includes a field holding header value of `Retry-After`: ``` php public static function autoRetry(callable $f) { try...

yes :) Michal Baumgartner [email protected] schrieb am Do., 20. Okt. 2016 um 21:08 Uhr: > You mean Http429? Because UnderlyingServiceRateLimitReached is thrown > only when Retry-After header is not present...

I agree with @PremadeGames. Unfortunatly I cant find time to work on the docs right now. Pull requests are welcome! :)

Looks fine. Can you make a pull request from that? aleksandrd schrieb am Mo., 9. Jan. 2017, 13:48: > There is a problem with participants in FeaturedGames. > According to...

You can also do `$api->stats()->ranked($summoner);` or `$api->stats()->ranked( [$summoner1, $summoner2, $summoner3] );` There is no need to extract the Id on your own.