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 all endpoints to support new format. #89

Closed taycaldwell closed 7 years ago

taycaldwell commented 7 years ago

The format of all API endpoints are being standardized to adhere to following format:

https://{platform}.api.riotgames.com/{game}/{service}/{version}/{resource}

As these changes are rolled out, all endpoints should be updated to follow this new format.

Acceptance Criteria: All API endpoints now follow the new format as described above.

taycaldwell commented 7 years ago

This story is potentially blocked, or should be worked in conjunction with https://github.com/taycaldwell/riot-api-java/issues/90

Linnun commented 7 years ago

I would actually call this a duplicate of #90. Riot is updating all their APIs to work with this format in v3. By converting our methods to the new APIs as they get available, we automatically follow the new format.