BuddyGG / buddy_matching

Somewhat generic player matching service built with Elixir and Phoenix
https://www.buddy.gg
GNU Affero General Public License v3.0
64 stars 7 forks source link

Riot API broken - recent matchlist removed #115

Closed ecly closed 6 years ago

ecly commented 6 years ago

Riot has stopped supporting below: https://euw1.api.riotgames.com/lol/match/v3/matchlists/by-account//recent

We now need to use the followwing instead to get the same behaviour: https://euw1.api.riotgames.com/lol/match/v3/matchlists/by-account/?endIndex=20

ecly commented 6 years ago

Hotfixed on master - still need proper fix going forward.