yonaskolb / SwagGen

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

Support external references #317

Closed dankinsoid closed 1 year ago

dankinsoid commented 1 year ago

The OpenAPI specification supports the use of external JSON or YAML files through references, but generating code from specifications that include external references is currently not possible with SwagGen. However, this pull request adds the capability to SwagGen to generate code from OpenAPI specs with external references.