This repository has been archived by the owner on Aug 9, 2022. It is now read-only.
riot-api-java-v4.0.0
Riot Games retired the v1/v2 API endpoints in favor of their new v3 API endpoints, so we needed to come up with a major update to support all those changes.
Highlights of version 4.0.0 include:
- Added support for all the new and updated Riot API methods
- Added support for asynchronous requests
- Added timeout option for requests
- Completely overhauled code structure
- Various other additions and bugfixes
Due to the nature of Riot's API changes, most API methods are now incompatible with the previous ones. However, we tried to implement the wrapper methods as close as possible to the official documentation, and included javadoc for all methods, so hopefully you will get along well with these changes.
If you have trouble upgrading your project to riot-api-java 4.0.0, please refer to the included examples. If you still have trouble, feel free to open an issue.