pseudonym117 / Riot-Watcher

Simple Python wrapper for the Riot Games API for League of Legends
MIT License
531 stars 150 forks source link

Does riot api support multiple ppuids? #210

Closed ughstudios closed 2 years ago

ughstudios commented 2 years ago

Is there a way to do something like this:

lol_watcher.match.matchlist_by_puuid(REGION, puuids)

Such that puuids is a tuple of ppuid's?

pseudonym117 commented 2 years ago

No, there is no method to do that in the API.

ughstudios commented 2 years ago

That's unfortunate