Skip to content

Releases: fsoubelet/AoE2NetAPIWrapper

Release 0.3.1

27 Jan 19:12
b4a3503
Compare
Choose a tag to compare
  • Fixed:
    • Fixed an error in converters where when unfolding a MatchLobby, the resulting dataframe would have two duplicate name columns. The second one is now properly named player since it references the lobby's players' names.

Release 0.3.0

19 Jan 13:30
36f765e
Compare
Choose a tag to compare
  • Added:
    • An optional converters sub-package exposing functionaIity to transpose clients' responses to pandas DataFrames, seamlessly.

Release 0.2.0

08 Jan 12:51
016589f
Compare
Choose a tag to compare
  • Added:
    • A models sub-package with custom pydantic models to handle request responses from the API.

Release 0.1.0

06 Jan 15:07
5e024fd
Compare
Choose a tag to compare

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.