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
Enums defined in json defination file could not able to generate enums in Objective-c language.
If you defined enum as a class then it will be generated with out enums.
all enum in models classes are created as NSString prperty.
and ther eis no support for constants and macros.
Swagger-codegen version :
: 2.2.0 (current stable version)
Swagger declaration file content or url
http://petstore.swagger.io/v2/swagger.json
Command line used for generation
swagger-codegen generate -i $SWAGGER_URL -l objc
Steps to reproduce
Generate enums in objective -C thats it
Related issues
Suggest a Fix
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Description:
Enums defined in json defination file could not able to generate enums in Objective-c language.
If you defined enum as a class then it will be generated with out enums.
all enum in models classes are created as NSString prperty.
and ther eis no support for constants and macros.
Swagger-codegen version :
: 2.2.0 (current stable version)
Swagger declaration file content or url
Command line used for generation
swagger-codegen generate -i $SWAGGER_URL -l objc
Steps to reproduce
Generate enums in objective -C thats it
Related issues
Suggest a Fix
The text was updated successfully, but these errors were encountered: