Hi All... I am newbie for swagger.. I am using swagger for generating client side code(Android) while models are being created from swagger itself, I am facing enums problem, it giving error in enums. So for as of now I am creating an enum folder in android-client and manually creating my enums to map the swagger api response model. How can I use enums generated from swagger to avoid this manual creation of enum and mapping. As whenever new json file is uploaded , the enums folders is gone and it creates a lot of dependency.
-- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
