Skip to content

Commit f8bcb41

Browse files
author
Live Tennis API
committed
docs: cross-link the developer surface
Each property now links to every sibling plus the docs, spec and site, so the five repos form a closed graph rather than five spokes off the website. Also the direction search and answer engines use to associate them as one entity.
1 parent b4fbcad commit f8bcb41

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,20 @@ The contract tests assert that the live API's real responses match these models.
180180
If the API and the [spec](https://github.com/livetennisapi/openapi) disagree,
181181
that's a bug worth reporting.
182182

183+
## Related
184+
185+
Everything in the Live Tennis API developer surface:
186+
187+
| | Install | Source | Package |
188+
|---|---|---|---|
189+
| Python client **(this repo)** | `pip install livetennisapi` || [package](https://pypi.org/project/livetennisapi/) |
190+
| JavaScript / TypeScript client | `npm install livetennisapi` | [repo](https://github.com/livetennisapi/livetennisapi-js) | [package](https://www.npmjs.com/package/livetennisapi) |
191+
| MCP server for LLM agents | `npx livetennisapi-mcp` | [repo](https://github.com/livetennisapi/livetennisapi-mcp) | [package](https://www.npmjs.com/package/livetennisapi-mcp) |
192+
193+
- **API reference**<https://docs.livetennisapi.com> ([plain-HTML version](https://docs.livetennisapi.com/reference.html), no JavaScript required)
194+
- **OpenAPI 3.1 specification**[livetennisapi/openapi](https://github.com/livetennisapi/openapi)
195+
- **Website and plans**<https://livetennisapi.com>
196+
183197
## Licence
184198

185199
MIT — see [LICENSE](LICENSE). Use of the API service is governed by the

0 commit comments

Comments
 (0)