ion232 / lichess-api

A Rust API client for lichess.org
https://lichess.org/api
Apache License 2.0
9 stars 7 forks source link

Category: Arena Tournaments #18

Open ion232 opened 9 months ago

ion232 commented 9 months ago

Overview

Add support for the Arena Tournaments endpoints.

Endpoints

Path Method Status
/api/tournament GET
/api/tournament POST
/api/tournament/{id} GET
/api/tournament/{id} POST
/api/tournament/{id}/join POST
/api/tournament/{id}/withdraw POST
/api/tournament/{id}/terminate POST
/api/tournament/team-battle/{id} POST
/api/tournament/{id}/games GET
/api/tournament/{id}/results GET
/api/tournament/{id}/teams GET
/api/user/{username}/tournament/created GET
/api/team/{teamId}/arena GET