yonaskolb / SwagGen

OpenAPI/Swagger 3.0 Parser and Swift code generator
MIT License
626 stars 146 forks source link

Split Package in various target #224

Closed mackoj closed 4 years ago

mackoj commented 4 years ago

This will give more control on which part of generated code you want to use:

All of this is usable with or without dynamic library(it will now work with my dependencies that are used in Xcodegen and are imported in multiples frameworks)

This should change nothing at all to most people except the removal of timeline.

This should simplify the migration out of Alamofire because now there is only one part of the code to focus on to remove it.

This should simplify refactoring of a part of the template if needed.

Issue

mackoj commented 4 years ago

I would love to have some comment from @yonaskolb about this.

mackoj commented 4 years ago

This not ready for review yet I have to add missing helper to build a URLRequest from an APIRequest.