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: Swiss Tournaments #23

Open ion232 opened 9 months ago

ion232 commented 9 months ago

Overview

Add support for the Swiss Tournaments endpoints.

Endpoints

Path Method Status
/api/swiss/new/{teamId} POST
/api/swiss/{id} GET
/api/swiss/{id}/edit POST
/api/swiss/{id}/schedule-next-round POST
/api/swiss/{id}/join POST
/api/swiss/{id}/withdraw POST
/api/swiss/{id}/terminate POST
/swiss/{id}.trf GET
/api/swiss/{id}/games GET
/api/swiss/{id}/results GET
/api/team/{teamId}/swiss GET