swagger-api/swagger-codegen

[Objective-C] Code generator is not creating enums

Open

#1.167 aberto em 31 de ago. de 2015

Ver no GitHub
 (16 comments) (1 reaction) (0 assignees)HTML (5.474 forks)batch import
Client: ObjcEnhancement: Featurehelp wanted

Métricas do repositório

Stars
 (12.701 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

Enums defined in json models get codegen'd as NSString properties, and no enums are created. This can be observed in the petstore example, which has enum properties but don't get translated in the objective-c codegen.

Guia do colaborador