Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miroapp/api-clients
Miro API clients
https://github.com/miroapp/api-clients
client javascript miro nodejs rest-api typescript
Last synced: about 13 hours 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 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T08:07:39.000Z (3 months ago)
- Last Synced: 2024-10-29T09:25:09.042Z (3 months ago)
- Topics: client, javascript, miro, nodejs, rest-api, typescript
- Language: Python
- Homepage:
- Size: 94.8 MB
- Stars: 16
- Watchers: 6
- Forks: 13
- Open Issues: 16
-
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)