mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-02 00:13:41 +00:00
* Improve generated code in APIs so to use the most of Swift SDK Improve generated code in APIHelper so to remove duplicated code and reuse existing checks * run ./bin/swift3-petstore.sh * Run ./bin/swift3-petstore-all.sh to update all the Petstore samples * Restore old implementation and fix using .isEmpty in place of .count * Run scripts to update pet store samples * Reverte changes that use reduce * Bug fixes on APIHelper template