swift-openapi-generator icon indicating copy to clipboard operation
swift-openapi-generator copied to clipboard

Generate Swift client and server code from an OpenAPI document.

Results 188 swift-openapi-generator issues
Sort by recently updated
recently updated
newest added

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.

semver/patch
area/documentation
kind/enhacement
size/S

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...

area/openapi
kind/design
kind/feature
size/L

area/runtime
kind/administration
kind/enhacement
size/M

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...

area/openapi
kind/enhacement
size/S

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:...

semver/minor
area/generator
area/openapi
kind/enhacement
size/M

### 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...

area/generator
area/openapi
kind/enhacement

For details, see https://github.com/apple/swift-openapi-generator/pull/74#discussion_r1234329155

area/generator
kind/enhacement
size/S

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...

area/generator
kind/enhacement
size/S
status/blocked

Filing this issue early to properly relate other issues that might be blocked on it. Timing of when this happens is TBD.

area/generator
area/runtime
kind/administration
size/S