Files
openapi-generator/docs
Mike Marchetti 7125ef43f5 Typescript: fix: add paramPropertyNaming (#9546)
Model naming conforms to the property: modelPropertyNaming, however the
parameter naming scheme is currently hardcoded to camelcase. Since the
parameter names are closely tied to the model properties names, is maybe
desirable to use a similar naming approach.

The toParamName cannot directly use the paramPropertyNaming since that
will cause issues with current generated code, since the
modelPropertyNaming currently defaults to "original"

A new property has been created to override this behavior, named
"paramPropertyNaming", and its default is set to "camelcase".
2021-06-07 22:17:25 +02:00
..
2021-02-05 23:54:56 +08:00
2021-05-06 12:14:45 +08:00
2020-05-31 23:03:12 +08:00
2020-02-11 21:22:58 +08:00
2021-03-20 16:45:05 +08:00
2021-05-17 13:38:09 +08:00
2020-02-11 21:22:58 +08:00
2018-06-20 00:29:17 -04:00
2021-01-19 20:24:13 +01:00