cyclosproject / ng-openapi-gen

An OpenAPI 3.0 codegen for Angular
MIT License
397 stars 132 forks source link

0 in path parameters is replaced by an empty string #48

Closed Spajker7 closed 5 years ago

Spajker7 commented 5 years ago

Similar to this PR https://github.com/cyclosproject/ng-openapi-gen/pull/36, path parameters that are seen as false are replaced by an empty string.

https://github.com/cyclosproject/ng-openapi-gen/blob/master/templates/requestBuilder.handlebars#L140