swift-openapi-generator
swift-openapi-generator copied to clipboard
Generate Swift client and server code from an OpenAPI document.
Set Swift as the default language in the Info.plist of the docc bundles. This is so that code listings use Swift syntax highlighting by default.
Today, we assume OpenAPI 3.0.x, but we should explore how we can also support 3.1, and continue to support both in parallel for some time, as 3.0.x is still the...
Commit hash: f530c906215528a7450fc7602b9f93d9236eb4c0 Context: While testing my application that uses with swift-openapi-generator, I noticed that `nullable` is not yet supported on Schema Objects values. This leads to a Decoder error...
We should support encoding non-primitive values as query items, which is prescribed by OpenAPI. ```yaml - name: fields in: query description: Pairs of field=value to filter results required: true schema:...
### Motivation If there are any errors in the openapi.yaml file currently the errors show up in the build transcript but are not shown in the Xcode issue sidebar and...
Currently the package does not support recursive types. Should this be possible? Maybe I'm doing something wrong. otherwise, I would propose to add this constraint in the docs. I have...
For details, see https://github.com/apple/swift-openapi-generator/pull/74#discussion_r1234329155
We use swift-format both for formatting the generator code, and the generated code. However, the configuration is duplicated in both places, we should have one source of truth for it...
Filing this issue early to properly relate other issues that might be blocked on it. Timing of when this happens is TBD.