Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lichess-org/api

Lichess API documentation and examples
https://github.com/lichess-org/api

lichess

Last synced: 7 days ago
JSON representation

Lichess API documentation and examples

Awesome Lists containing this project

README

        

# Lichess API doc & examples

- [API documentation](https://lichess.org/api)
- [Example code](https://github.com/lichess-org/api/tree/master/example/)
- [Which authentication is right for me](https://github.com/lichess-org/api/tree/master/example/README.md)

## Run locally

```shell
cd doc
pnpm install
pnpm serve
```

Now open . You should see the generated API doc.

Make modifications to `doc/specs/lichess-api.yaml`, and reload the page to see your changes.

### Check the yaml files for syntax errors:

```shell
pnpm spectral
pnpm lint
```