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

No aliases for containers #74

Open s12v opened 7 years ago

s12v commented 7 years ago

Solves https://github.com/zalando/api-first-hand/issues/58

Replaces type PetId = Option[Long] with Option[Long]. The change turned out to be not so simple and triggered chain reaction of changes in deduplicator and generators :)

Work in progress. Please check.

TODO: