ebowman / api-first-hand

API-First bootstrapping tool for building RESTful web services from a Swagger/OpenAPI spec
MIT License
142 stars 22 forks source link

#39 enum cannot be found #73

Closed slavaschmidt closed 7 years ago

slavaschmidt commented 7 years ago

This PR addresses three problems:

  1. The full enum type is not named correctly in the AST
  2. The specifications in swagger-tester are out of sync after previous fix
  3. The imports in controllers multiply because empty space is not honoured