swagger-api / swagger-codegen

swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition.
http://swagger.io
Apache License 2.0
16.91k stars 6.03k forks source link

[Swift 4] - Allow setting different date decoding strategies #8258

Open fl034 opened 6 years ago

fl034 commented 6 years ago
Description

I want to be able to set .iso8601 as a dateDecodingStrategy of JSONDecoder in CodableHelper.swift.

Swagger-codegen version

2.4.0

Suggest a fix/enhancement

In CodableHelper.swift:

Can you think of any downsides to this change?

fl034 commented 6 years ago

Okay, I found some time to do it myself :D #8266