WandererXII / lishogi

☗ lishogi.org: the forever free, adless and open source shogi server forked from lichess.org ☗
https://lishogi.org
GNU Affero General Public License v3.0
268 stars 41 forks source link

API - autocomplete user name #847

Closed ddugovic closed 2 months ago

ddugovic commented 3 months ago

Suggestion: add feature https://lichess.org/api#tag/Users/operation/apiPlayerAutocomplete so Discord client (and someday a Lishogi mobile app) can autocomplete usernames.

WandererXII commented 2 months ago

This works https://lishogi.org/player/autocomplete?term=wander, I guess it's just not documented in the API doc.

ddugovic commented 2 months ago

Thank you; I will PR a documentation update (EDIT and suggest a minor routes change to use /api/player/autocomplete).

ddugovic commented 2 months ago

I successfully tested the changes on my PC.