[Feature Request][TFT] Get a list of match ids by ppuid which has more than 200 match ids
Feature Description
Get a list of match ids which has more than 200 match ids.
comment
I try to make some tft app to get times that I played tft. I try to get a list of 300 match ids. I set count value to 300, but responded list's matches are 200. And I want to get s2 and s1's match data to calculate my time on tft. I want to know how to get s2 and s1 match data.
This is my first Issue on open source, so I know this can be a not good issue, but don't talk scary to me. I don't know how to get match ids over than 200.
Please leave words to me. Thanks.
Thanks for asking this, i have the same problem :D What I need is get all matches so I can calculate number of top 4's by a certain player which is impossible if I can only get 200 matches.
Half a year has passed, but there is no answer ;( There is only way to get match ids more than 200 is crawling match data from not endorsed web service. I hope there is any answer for this issue. ;(
Hi, also experiencing the issue here. Doesn't seem there will be any progress on this anytime soon.
Although from using LoLCHESS it appears they have a way of fetching more than 200 games worth of data. My assumptions is that they have their own database store to keep match IDs, since they're not mutable, and can just refer to past data with the specific match ID. AKA as long as you can remember previous match IDs past the 200th game, you can always get the data for it at anytime. Though, that's just my guess.
Any updates on this? I tried searching the docs and pinging the Riot Discord to see if this issue has been solved but the only mentions I've seen is this issue on this repo.
Has there been any updates? Been over a year and if there's pagination, that'd be fine too..