chess-api icon indicating copy to clipboard operation
chess-api copied to clipboard

REST-like chess API.

Results 7 chess-api issues
Sort by recently updated
recently updated
newest added

Find out how to secure the API endpoints using passwordless authentication. See: - [WebAuthn Awesome](https://github.com/herrjemand/awesome-webauthn) - [Webauthn Demo](https://github.com/web-auth/symfony-webauthn-demo)

enhancement

Document the `POST /v1/autocomplete/player` endpoint with examples. Happy learning!

documentation
good first issue

Document the `POST /v1/autocomplete/event` endpoint with examples. Happy learning!

documentation
good first issue

Write documentation on how to create an API key for further use by a JavaScript fetch request.

documentation

A rather basic authentication mechanism has recently been implemented consisting of an X-Api-Key HTTP header which is sent by the web browser to the API server in each request. CORS...

The `getFen()` method in `Chess\Play\RavPlay` can be quite slow if a movetext contains a significant amount of chess moves across multiple variations. See: - [Read RAV](https://php-chess.readthedocs.io/en/latest/read-rav/) Thus, the [POST /play/rav](https://chess-api.readthedocs.io/en/latest/post-play-rav/)...

enhancement

Document the `POST /api/eval/names` endpoint with examples. See https://github.com/chesslablab/chess-api/issues/163 Happy learning!

good first issue