battle_net 0.3.0
battle_net: ^0.3.0 copied to clipboard
Dart wrapper client for Battle.Net API https://develop.battle.net/documentation
0.3.0 #
- Increased unit and integration test coverage for OAuth, connected realm models, logger, and WoW game data models.
- Added CI/CD pipeline check for 90% code coverage, failing the build if coverage drops below this threshold.
- Integrated Codecov for continuous code coverage reporting and added Codecov badge to README.md.
- Dependencies upgraded.
- Implemented Mythic Keystone Periods Index API.
- Implemented Mythic Keystone Period API.
- Implemented Mythic Keystone Affixes Index API.
- Implemented Mythic Keystone Affix API.
- Implemented Mythic Keystone Affix Media API.
0.2.0 #
- Remove CN region (breaking change)
- Update documentation
0.1.3+2 #
- Connection timeout parameter
0.1.3+1 #
- battle_net_scope.dart exported
0.1.3 #
- build authorization uri
- post authorization code
- post token validation
- get user info
0.1.2 #
- Test coverage increased
- Documentation examples extended
- README.md update
- Dependencies update
0.1.1 #
- Models unified
- Logger implementation
- Classic realms tests added
- Get connected realm search feature implementation
- Get connected realm feature implementation
- Tests folder fix
- PostClientCredentials authorization refactor
- README.md update
0.1.0 #
- Post Client Credentials implementation
- Get Token Index implementation
- Initial project setup