https://github.com/miroapp/api-clients
Miro API clients
https://github.com/miroapp/api-clients
client javascript miro nodejs rest-api typescript
Last synced: 12 months ago
JSON representation
Miro API clients
- Host: GitHub
- URL: https://github.com/miroapp/api-clients
- Owner: miroapp
- License: mit
- Created: 2022-08-12T09:12:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-09T08:09:45.000Z (12 months ago)
- Last Synced: 2025-04-09T20:03:55.430Z (12 months ago)
- Topics: client, javascript, miro, nodejs, rest-api, typescript
- Language: Python
- Homepage:
- Size: 123 MB
- Stars: 20
- Watchers: 7
- Forks: 14
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
## Miro API clients
This repository contains Miro API clients and the tools needed to generate them, based on the OpenAPI specification (OAS).
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)
Contribution to this project is open and welcome! Read our [CONTRIBUTING.md](./CONTRIBUTING.md) guidelines to get started. Thank you for your help!
### Miro Node.js client
- [Miro Node.js client reference documentation](https://miroapp.github.io/api-clients/node/index.html)
- [Miro Python client reference documentation](https://miroapp.github.io/api-clients/python/miro_api.html)