ion232 / lichess-api

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

Fix GetRequest to use user_id instead of game_id #56

Closed AchrafYndz closed 1 month ago

AchrafYndz commented 1 month ago

Description

This pull request updates the GetRequest struct for exporting games by user to use user_id instead of game_id in the API path. This correction aligns the endpoint with the intended API design for retrieving games associated by user.

Changes Made