This repository has been archived by the owner on Aug 9, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates: - Added support for Runes Reforged - Added support for Third-Party-Code v3 - Updated tournament endpoints Misc Enhancements: - Added BufferedRateLimitHandler (not used by default) - Renamed getLeagueBySummonerId to getLeaguesBySummonerId for consistency - Updated javadoc for static-data methods - Deprecated getRecentMatchListByAccountId() - Added #getLeagueById() and deprecated getLeaguesBySummonerId() - Adjusted #getCurrentGame() dto fields for new runes - Removed support for old runes and masteries endpoints - Added leagueId to LeaguePosition dto - README updates (blessed by the almighty Rito Tuxedo) - Fixed error handling for unexpected error responses Bugfixes: - Fixed rare IllegalThreadStateException - Fixed rare NullPointerException when failing to get error stream - Fixed Java 7 i dot problem (see related thread on stackoverflow, mentioning the changes in java7 https://stackoverflow.com/a/23524516/2015253)
- Loading branch information
Taylor Caldwell
committed
Jun 27, 2018
1 parent
412a27b
commit ff4894f
Showing
14 changed files
with
182 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
src/main/java/net/rithms/riot/api/endpoints/static_data/dto/ReforgedRune.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
src/main/java/net/rithms/riot/api/endpoints/static_data/dto/ReforgedRunePath.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
src/main/java/net/rithms/riot/api/endpoints/static_data/dto/ReforgedRuneSlot.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
src/main/java/net/rithms/riot/api/endpoints/static_data/methods/GetDataReforgedRune.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
src/main/java/net/rithms/riot/api/endpoints/static_data/methods/GetDataReforgedRuneList.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
src/main/java/net/rithms/riot/api/endpoints/static_data/methods/GetDataReforgedRunePath.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
...n/java/net/rithms/riot/api/endpoints/static_data/methods/GetDataReforgedRunePathList.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
src/test/java/net/rithms/test/async/AsyncReforgedRunePathTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
src/test/java/net/rithms/test/async/AsyncReforgedRuneTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
src/test/java/net/rithms/test/sync/ReforgedRunePathTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters