Skip to content

Tags: Peshka1502/riot-api-java

Tags

v3.5.4

Toggle v3.5.4's commit message
Fix bug (dto.Static.Stats missing serializable) - v3.5.4

v3.5.3

Toggle v3.5.3's commit message
Version 3.5.3

Fixed a couple static data method bugs relating to multiple constant
parameters.

v3.5.2

Toggle v3.5.2's commit message
Version 3.5.2

- Updated static data methods to allow multiple data constant
parameters.

v3.5.1

Toggle v3.5.1's commit message
Version 3.5.1

- Added Nemesis Draft support.
- Fixed Stats DTO (Static Data) method names (capitalization).
- Added base attack speed method to Stats DTO (Static Data).
- Added gameQueueConfigIds to QueueType constant.
- Updated Map constant to retrieve name using mapId.

v3.5.0

Toggle v3.5.0's commit message
Version 3.5.0

- Added current-game endpoint
- Added featured-games endpoint
- Added platformId constants

v3.4.2

Toggle v3.4.2's commit message
Fix image formatting

v3.4.1

Toggle v3.4.1's commit message
Version 3.4.1

Fixed Season 2015 constant to legal value.

v3.4.0

Toggle v3.4.0's commit message
Version 3.4.0

- Added maps endpoint from the Static Data API.
- Added language-strings endpoint from the Static Data API.
- Added Season 5 support.  (Thanks Linnun)
- Updated all API methods with a version constant. (refactor)
- Updated status endpoint methods to use https.

v3.3.6

Toggle v3.3.6's commit message
Version 3.3.6

Update Static Data API Summoner Spell methods:
- Changed getDataSummonerSpellList() methods that take a single summoner
spell id as a parameter to getDataSummonerSpell()

Update Static Data API Versions method:
- Changed getDataVersion() to getDataVersions()

Add languages endpoint to Static Data API:
- getDataLanguages() method has been added.

Add Android support to DTOs:
- DTOs now implement Serializable, allowing them to be added as Extras
to
Intents directly, without developers having to make a custom class to
pass data between Activities.

v3.3.5

Toggle v3.3.5's commit message
Version 3.3.5