-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
Hi,
The code generated ended up with an import import …yelpcodegen.tools.MULTI that does not exist.
I checked the swagger and the only places I found "multi" was on a query parameter that is an enum and contains "collectionFormat": "multi", (I didn't check what this meant). Looking at the generated code, the request contains a List in the place of the enum.
So, two questions. Is the import a bug? And could the request be generated with the enum class instead of a List?
Here's the generated code vs the swagger.
Metadata
Metadata
Assignees
Labels
No labels
