ScionSpy / G-C-A_V2

MIT License
1 stars 0 forks source link

BUG - Clan Battles do not pull full season data. #4

Open ScionSpy opened 1 month ago

ScionSpy commented 1 month ago

Describe the bug

WLR pulls only the last x50 battles from each division.

Expected behavior

Full season data to be pulled from the first battle in each division.

ScionSpy commented 1 month ago

api/ladder/battles?team={INT} only pulls the last x50 battles in Alpha 1 or Bravo 2 for 100 total saved battles.

For the upcoming off-season we will implement for the data to be saved to our database. We will then call any WLR data from the DB rather than pulling from the ladder endpoint.