This repository has been archived by the owner on Nov 25, 2024. It is now read-only.
Releases: fsoubelet/AoE2NetAPIWrapper
Releases · fsoubelet/AoE2NetAPIWrapper
Release 0.4.0
Changed:
- Removed some methods from the
AoE2NetAPI
client class as the corresponding endpoints have been removed from the aoe2.net API.
Fixed:
- Fixed and updated documentation.
- Fixed compatibility with pydantic v2.
What's Changed
- Hatch, doc updates and adapting to new aoe2.net api (endpoints removals) by @fsoubelet in #4
Full Changelog: 0.3.1...0.4.0
Release 0.3.1
- Fixed:
- Fixed an error in
converters
where when unfolding aMatchLobby
, the resulting dataframe would have two duplicatename
columns. The second one is now properly namedplayer
since it references the lobby's players' names.
- Fixed an error in
Release 0.3.0
- Added:
- An optional
converters
sub-package exposing functionaIity to transpose clients' responses topandas
DataFrames, seamlessly.
- An optional
Release 0.2.0
- Added:
- A
models
sub-package with custompydantic
models to handle request responses from the API.
- A
Release 0.1.0
Release 0.1.0
provides a working packaged wrapper for the https://aoe2.net APIs.
Features:
- A high-level
AoE2NetAPI
object wrapping the general data API; - A high-level
AoE2NightbotAPI
object wrapping the nightbot API provided by the site; - Test Coverage;
- CI/CD.