taycaldwell / riot-api-java

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

Riot Games API v3: Update methods with account ID parameters. #91

Closed taycaldwell closed 7 years ago

taycaldwell commented 7 years ago

As the Riot Games API v3 changes are rolled out, endpoints will be updated to use account IDs rather than summoner ID.

These endpoints need to be updated accordingly.

Acceptance Criteria: All endpoints utilizing new account ID query parameters are updated to support account IDs.

Linnun commented 7 years ago

This only affects methods in the new Riot Api v3, thus we don't need to change anything specifically for this. Just converting our methods to the v3 APIs as soon as they get available should do the trick.