lol_api 0.1.0
lol_api: ^0.1.0 copied to clipboard
This package provides an easy way to use the League of Legends api in Dart language.
0.1.0 #
- Require Dart 3.9 and update dependencies to their current releases.
- Migrate Champion Mastery, Clash, League, Spectator, and Summoner APIs to their current PUUID-based endpoints.
- Replace Spectator V4 with Spectator V5 and remove the retired featured-games endpoint.
- Update Champion Mastery and Summoner response models.
- Fix match timeline parsing and add replay lookup support.
- Replace assertion-only input checks with runtime argument validation.
- Replace live API tests with deterministic HTTP client tests.
0.0.1 #
- Initial
0.0.5 #
- Fix url bug.
0.0.6 #
- Remove private information.
0.0.7 #
- Description changed.
0.0.8 #
- Fix fatal typo.
0.0.9 #
- Get summoner by access token added.
- Remove print funtcion call.