Releases: dolejska-daniel/riot-api
Releases · dolejska-daniel/riot-api
v5.0.0 - PHP8 support, bugfixes, new endpoints, dependency updates
Initial metapackage release
v5.0.0-alpha Converted repository to metapackage
Support for Guzzle configuration
- Added library settings which are passed to Guzzle client and requests
TFT endpoint implementation
- TFT endpoints were implemented and are usable
- Minor bugfixes
Async requests fixed, CLI fixed & improved
- Asynchronous requests through Guzlle now work correctly
- Support for CLI has been fixed and improved
CLI support rework, bugfixes and updates
- Completely reworked CLI support
league-exp
resourcev4
implementation- New usage examples
- DocComment cleanup and fixes
Asynchronous requests, API Object fixes
This release comes with Guzzle library replacing pure curl calls allowing usage of asynchronous requests.
Some minor API Object fixes are contained as well - mainly datatype fixes in PHPDoc.
LeagueAPI v4, DataDragonAPI, StaticData
Class names & namespace changes - please see README for more details.
All League of Legends v4 endpoints are implemented and working. StaticData are now working as well.
Riot's League API v4
League of Legends v4 APIs are implemented and somewhat stable.
Static data still unavailable through RiotAPI (they are available from DataDragonAPI in their array representation).
Static-data through DataDragon, fixes
Static-data are now somewhat available through DataDragon
class.
Removed parameter type hint for methods using MatchID.