moonstream/engineapi/README.md

10 wiersze
185 B
Markdown

2023-11-21 19:01:46 +00:00
## `client`
2023-06-06 12:11:49 +00:00
2023-11-21 19:01:46 +00:00
This repository contains a lightweight Python client for the Engine API.
2023-06-06 12:11:49 +00:00
2023-11-21 19:01:46 +00:00
To use, for example, with Leaderboard API:
2023-06-06 12:11:49 +00:00
```bash
2023-11-21 19:01:46 +00:00
python -m client.leaderboards -h
2023-06-06 12:11:49 +00:00
```