prelate-rs

Crates.ioprelate-rs
lib.rsprelate-rs
version0.4.2
sourcesrc
created_at2022-12-28 19:16:12.840464
updated_at2024-03-19 00:43:07.249315
descriptionprelate-rs is an idiomatic, asynchronous Rust wrapper around the aoe4world API.
homepage
repositoryhttps://github.com/willfindlay/prelate-rs
max_upload_size
id746951
size941,312
William Findlay (willfindlay)

documentation

README

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
Commit count: 105

cargo fmt