#api-wrapper #game #player #statistics #profile #idiomatic #aoe4world

prelate-rs

prelate-rs is an idiomatic, asynchronous Rust wrapper around the aoe4world API

19 unstable releases (3 breaking)

0.4.2 Mar 19, 2024
0.4.1 Mar 19, 2024
0.3.5 Feb 14, 2024
0.2.2 Feb 5, 2024
0.1.3 Dec 29, 2022

#15 in #player

Download history 7/week @ 2024-01-13 182/week @ 2024-02-10 25/week @ 2024-02-17 207/week @ 2024-02-24 9/week @ 2024-03-02 27/week @ 2024-03-09 323/week @ 2024-03-16 33/week @ 2024-03-23 29/week @ 2024-03-30

412 downloads per month

MIT/Apache

165KB
2K SLoC

Repository Dual Apache-2.0 and MIT licensed Checks and lints Unit tests

prelate-rs is an idiomatic, asynchronous Rust wrapper around the aoe4world API. Very much a WIP at this stage.


Project Status

We currently support the following endpoints (those that are ticked):

  • GET /api/v0/players/:profile_id
  • GET /api/v0/players/:profile_id/games
  • GET /api/v0/players/:profile_id/games/last
  • GET /api/v0/players/search
  • GET /api/v0/players/autocomplete
  • GET https://aoe4world.com/api/v0/leaderboards/:leaderboard
  • GET https://aoe4world.com/api/v0/games
  • GET https://aoe4world.com/api/v0/stats/qm_1v1/civilizations
  • GET https://aoe4world.com/api/v0/stats/qm_2v2/civilizations
  • GET https://aoe4world.com/api/v0/stats/qm_3v3/civilizations
  • GET https://aoe4world.com/api/v0/stats/qm_4v4/civilizations

Dependencies

~8–23MB
~336K SLoC