chess-api
chess-api copied to clipboard
REST-like chess API.
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)
Document the `POST /v1/autocomplete/player` endpoint with examples. Happy learning!
Document the `POST /v1/autocomplete/event` endpoint with examples. Happy learning!
Write documentation on how to create an API key for further use by a JavaScript fetch request.
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/)...
Document the `POST /api/eval/names` endpoint with examples. See https://github.com/chesslablab/chess-api/issues/163 Happy learning!