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 API profile endpoint #10

Closed yzoug closed 12 months ago

yzoug commented 1 year ago

Hello and thanks for the crate! I will be using it for a project soon hopefully.

Quick PR fixing the endpoint for profiles: it is /api/account, as specified here: https://lichess.org/api#tag/Account/operation/accountMe

ion232 commented 12 months ago

Hi there! Apologies for responding so late to this PR, I've been inactive for quite a while. Thanks for the fix :)

yzoug commented 11 months ago

No problem :) I fixed more stuff, I'll open other PRs eventually. Cheers!