-
Would like to convert my dumb esp-idf http server app into something that can generate openapi specs on the fly. Should be doable but TBD w/r/t statically creating the response models w/o extensive ha…
-
I'm trying to generate a client for an API from SAP Business Accelerator Hub ([link](https://api.sap.com/api/sapdme_plant_workcenter_v2/overview)).
The production URL for said API is of type `h…
-
Hello!
Version 6.1 used here does not support `asyncio` library, which is super useful in modern Python world.
Do you have plans to update your spec to support OpenAPI Generator to version 7+?
…
-
## What is this all about?
Generate full tesla-based API client based on Open Api specification file, like this:
```ex
defmodule Petstore do
use Tesla.OpenApi,
spec: "priv/openapi/petst…
-
Hello,
I'm using this library for the first time, and it works great!
However, I've generated TypeScript Axios services for the frontend using OpenAPI Generator, and all the responses are wrapped …
-
Blank enum class is not correctly generated for the Kotlin project
The correction can easily be hand made : https://github.com/AdrienMDevMobile/openfoodfactApiKotlin/commit/3c03b410da6ab3aabfe6d22a28…
-
Investigate replacing `openapi-generator` with the `hey-api` [generator](https://heyapi.vercel.app/openapi-ts/get-started.html) (or other alternative). Some issues we are experiencing with the `openap…
-
### Description of the bug
Generating the api fails
### Steps to reproduce
```shell
dart run build_runner build --delete-conflicting-outputs
# OR
flutter pub run build_runner build --delet…
-
OneOf is correctly not handled by the generator. He should come for the 3rd version, but is currently on the roadmap : https://openapi-generator.tech/docs/roadmap/#short-term
This is blocking for the…
-
**Describe the bug**
Invoking `toString()` on a generated `record` returns the default `toString()` result, inherited from `Object.java`. However, using `openapi-generator` would override this method…