mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-10-14 00:13:50 +00:00
* Handle date parameters in the URL path * Reformat template and add cast for date fields * Change code structure by moving path tranformations to assignment Couldn't get handlebars to format the inline replaces in a sane way without collapsing everything onto one very ugly line. This way keeps some sane template formatting while still outputting workable code. * Regenerate samples after merge * Updated param checking * Try a new commit after manually re-logging into CircleCI