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: Relations #27

Open ion232 opened 9 months ago

ion232 commented 9 months ago

Overview

Add support for the Relations endpoints.

Endpoints

Path Method Status
/api/rel/following GET
/api/rel/follow/{username} POST
/api/rel/unfollow/{username} POST