Skip to content

Commit

Permalink
List API support
Browse files Browse the repository at this point in the history
  • Loading branch information
joanlopez committed Dec 15, 2023
1 parent 865fd53 commit b66454a
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Expand Up @@ -31,6 +31,31 @@ Finally, to use the top-of-trunk version of this repo, use the following command
```bash
go get github.com/joanlopez/go-lichess@main
```
## Support ##

<details>
<summary>GamesService (client.Games)</summary>

```go
client.Games.ExportById()
client.Games.ExportCurrent()
client.Games.ExportByUsername()

client.Games.StreamGameMoves()
client.Games.StreamUserGames()
client.Games.StreamGamesOfUsers()
```
</details>

<details>
<summary>PuzzlesService (client.Puzzles)</summary>

```go
client.Puzzles.GetPuzzleActivity()
```
</details>

*Do you miss support for any method/service? Contributions are welcome!*

## Usage ##

Expand Down

0 comments on commit b66454a

Please sign in to comment.