We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running
docker run --rm -v $PWD:/local openapitools/openapi-generator-cli:latest generate -i https://api-engineering.nyc3.digitaloceanspaces.com/spec-ci/DigitalOcean-public.v2.yaml -g rust -o /local
generates a project with several issues:
droplet_actions_post_request.rs
unknown_base_type: models::UNKNOWN_BASE_TYPE
uptime_api.rs
serde_with
serde_as
Box<Vec>
latest
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug Report Checklist
Description
Running
generates a project with several issues:
droplet_actions_post_request.rs
unknown_base_type: models::UNKNOWN_BASE_TYPE
inuptime_api.rs
serde_with
withserde_as
Box<Vec>
missing generic type parametersopenapi-generator version
latest
The text was updated successfully, but these errors were encountered: