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
When generating swagger codegen 3.0 spec in php the following is generated for request headers
(comma forgotten)
$headers = $this->headerSelector->selectHeaders( ['application/json''application/xml'], ['application/json''multipart/form-data']
3
https://demo.phppointofsale.com/application/controllers/api/
php 7.1
java -jar modules/swagger-codegen-cli/target/swagger-codegen-cli.jar generate -i https://demo.phppointofsale.com/application/controllers/api/ -l php -o /Users/cmuench/Desktop/api
The text was updated successfully, but these errors were encountered:
dup of #8345
Sorry, something went wrong.
issue has been fixed, so going to close it but please let me know if you guys find something wrong and we can reopen it.
No branches or pull requests
Description
When generating swagger codegen 3.0 spec in php the following is generated for request headers
(comma forgotten)
Swagger-codegen version
3
Swagger declaration file content or url
https://demo.phppointofsale.com/application/controllers/api/
Command line used for generation
php 7.1
Steps to reproduce
java -jar modules/swagger-codegen-cli/target/swagger-codegen-cli.jar generate -i https://demo.phppointofsale.com/application/controllers/api/ -l php -o /Users/cmuench/Desktop/api
The text was updated successfully, but these errors were encountered: