You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't want to clutter up this issue to much but I'm trying out the new Elm codegen to see how it works with one of our existing APIs. We have one data type that that contains a field which returns a dictionary of type Dict String String and is exposed as an object in the Swagger API.
From looking at the PR and trying it out, this doesn't look like it's supported. Is something that could be added? Let me know too if you think it sounds like we're actually representing the data incorrectly on the Swagger side.
Sure, this can be added, I didn't need it before so that's why it's not in yet. Can you send me a simple example of a (simplified) swagger file you would like to convert?
Description
TODO list:
additionalProperties
/Dict
s;Date
/DateTime
;ByteArray
/Binary
;Int
andFloat
;Try minimizing/removing dependencies (elm-decode-pipeline
,elm-date-extra
);Swagger-codegen version
Latest master
Related issues/PRs
#6947
Suggest a fix/enhancement
If anyone wants to work on these enhancements, please reply to let us know.
The text was updated successfully, but these errors were encountered: