taycaldwell / riot-api-java

Riot Games API Java Library
http://taycaldwell.github.io/riot-api-java/
Apache License 2.0
192 stars 73 forks source link

RankedStats missing? #114

Closed GwFreak01 closed 7 years ago

GwFreak01 commented 7 years ago

Hi, sorry I'm new to this, but does getRankedStats() still work? It says I am missing "net.rithms.riot.dto.Stats.RankedStats"

taycaldwell commented 7 years ago

A few months ago Riot announced the Riot Games API v3. All v1/v2 endpoints were deprecated and recently removed after the deprecation period passed. Unfortunately the stats endpoint backing this method was completely removed and not replaced with a v3 endpoint.

v4.0.0 of the riot-api-java library has been updated to reflect these recent changes to the Riot Games API, and all methods backed by the old stats endpoint have been removed.

Please read the article above for details on why Riot has made the decision to not replace the stats endpoint.