https://github.com/qovery/qovery-openapi-spec
Qovery API specs - OpenAPI format
https://github.com/qovery/qovery-openapi-spec
Last synced: about 1 year ago
JSON representation
Qovery API specs - OpenAPI format
- Host: GitHub
- URL: https://github.com/qovery/qovery-openapi-spec
- Owner: Qovery
- Created: 2021-03-13T21:42:39.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-06-25T07:54:10.000Z (about 1 year ago)
- Last Synced: 2025-06-26T06:16:24.180Z (about 1 year ago)
- Language: Shell
- Homepage: https://api-doc.qovery.com
- Size: 41.1 MB
- Stars: 7
- Watchers: 4
- Forks: 3
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# API Documentation
link: https://api-doc.qovery.com
## Generated Clients Repositories:
- [Go](https://github.com/Qovery/qovery-client-go)
- [Python](https://github.com/Qovery/qovery-client-python)
- [Typescript](https://github.com/Qovery/qovery-client-typescript-axios)
## Run locally
To run the openapi generator locally, you can do i.e for Rust
You will have the sdk in the path `out/qovery-client-rust`
```
openapi-generator-cli generate -g rust \
-i openapi.yaml \
-o out/qovery-client-rust \
-c generator/configs/rust.yaml
./generator/post_generation_scripts/rust.sh
```