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
The same problem as #476 is also occurring in javaScript.
master and 4.0.x
master
4.0.x
Use ping.yaml.
ping.yaml
java -jar openapi-generator-cli.jar generate \ -i ping.yaml \ -l javascript \ -o dist \ -DuseES6=false \ --additional-properties usePromises=true
Generate client.
#476
Do not attempt to even infer a content type for a GET(also HEAD,DELETE) request.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
The same problem as #476 is also occurring in javaScript.
openapi-generator version
master
and4.0.x
OpenAPI declaration file content or url
Use
ping.yaml
.Command line used for generation
Steps to reproduce
Generate client.
Related issues/PRs
#476
Suggest a fix/enhancement
Do not attempt to even infer a content type for a GET(also HEAD,DELETE) request.
The text was updated successfully, but these errors were encountered: