-
Does ng-openapi-gen support OA 3.1?
-
`serde` allows for [flattening](https://serde.rs/attr-flatten.html) of the child/parent structure fields. OpenAPI spec generation, however, ignores this and produces different structure in the doc
-
##### Description
When generating Java/Spring, since 6.1.0 a @RequestMapping annotation is added to every controller type, that contains a property with a supposed default value.
See `{{==}}
@R…
-
So seeing if it's able to parse an open API document at runtime inside flutter. Or at least codegen the flutter code from the OpenAPI doc ?
ghost updated
5 years ago
-
##### Description
I have been trying out all the open api generators for Golang that I can find, and I noticed that the client sdk created by this project (swagger-codegen) is basically identical to …
-
Hey, thanks for the awesome tool! 💚
It seems that `cargo-progenitor` (as of [2f32cde](https://github.com/oxidecomputer/progenitor/commit/2f32cdefc28f4b0eb6b3fc53f6f32aaed24d755a), but probably all p…
-
### What is the bug?
I tried to load the opensearch API spec YAML into a python client [openapi-spec-validator](https://github.com/python-openapi/openapi-spec-validator).
However, when running the s…
-
### Description
The command "yarn generate" should create all generated files including "types.gen.ts" without any issues.
The files are generated, but the response type of “B” is broken after the…
-
### What
Hey, I was searching for documentation of the product fields returned by the API. However, I could not find it at first, because the [V2 API documentation page](https://openfoodfacts.gith…
-
So when using the Operator-SDK it generates a go file like groupversion_info.go in your main API package. This defines stuff like:
```go
// Package v1alpha1 contains API Schema definitions for the…