HugoMario
HugoMario
I have a [template](https://github.com/swagger-api/swagger-codegen-generators/blob/master/src/main/resources/handlebars/php/api_doc.mustache) to document PHP classes I also created a concat helper in order to write: `Package\ClassName` in PHP. The custom helper used for this is: ``` {{concat...
When converting from 2.0 to 3.0.0 ```json "swagger": "2.0", ... "securityDefinitions": { "api_key": { "type": "apiKey", "name": "api_key", "in": "header" }, "api_key2": { "type": "apiKey", "name": "api_key2", "in": "query" },...
This issue is related to #1256 and the problem is present in codegen v2 and v3. Enumeration are defined as static in models for javascript generator but it generates an...