Skip to content

Commit 1152d9f

Browse files
authored
Update README.md to add in python client (#414)
1 parent a5a0324 commit 1152d9f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
## Miro API clients
22

33
This repository contains Miro API clients and the tools needed to generate them, based on the OpenAPI specification (OAS).
4-
Currently, the only available client is the [Node.js client](./packages/miro-api), written in [TypeScript](https://www.typescriptlang.org/).
4+
Currently, we have a [Node.js client](./packages/miro-api), written in [TypeScript](https://www.typescriptlang.org/) and a [Python client](https://github.com/miroapp/api-clients/tree/main/packages/miro-api-python)
55

66
Contribution to this project is open and welcome! Read our [CONTRIBUTING.md](./CONTRIBUTING.md) guidelines to get started. Thank you for your help!
77

88
### Miro Node.js client
99

1010
- [Miro Node.js client reference documentation](https://miroapp.github.io/api-clients/node/index.html)
11+
12+
- [Miro Python client reference documentation](https://miroapp.github.io/api-clients/python/miro_api.html)

0 commit comments

Comments
 (0)