meraki-analytics / cassiopeia

An all-inclusive Python framework for the Riot Games League of Legends API. Cass focuses on making the data easy and fun to work with, while providing all the tools necessary to create a website or do data analysis.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

match-v4 deprecation

kimcheolgi opened this issue · comments

ACS and match-v4 will no longer return any new matches played after this date except for matches played on the tournament realm (pro matches). This means if your goal is to have uninterrupted service for a project using match-v4 you should have swapped over to match-v5 by this date. You’ll still be able to make requests to match-v4 and ACS for another 2 weeks if you want to gather old matches.

There is currently no match v5 function. When will it be available?