-
# Context
In complex API ecosystems, different versions of operations are often required to support backward compatibility and evolution. This feature request aims to support operation versioning i…
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
### Description
I'm using fastapi for my server for a react project and using openapi-ts to create the client-code. I was trying to follow the fast-api docs for creating a list-type query paramete…
-
### Description
When generating code with _enums: 'javascript'_ setting, the constant being generated has property key "_" if the enum has value "-".
Expected a constant with property key "-" to …
-
Hey, and first of all, thanks a lot for making and continuing to support this plugin!
I'm using CLion 2024.2 and recently updated WrapToColumn to version 1.9.1. Since then, whenever I go to the `To…
-
Hello everyone,
i have seen an issue in ApiPlatform documentation about integration with VichUploaderBundle. The issue is when i follow the documentation step by step i got an error saying multipart…
-
**Describe the bug**
When generating an enum that has a value that is a reserved word, the `--reserved-words-mappings` param is ignored
**Expected behavior**
The `--reserved-words-mappings` param…
-
### Description
## Problem
Based on PR #1066 nullable datetime attributes should now have transformers. However, as of v0.53.11 it still seems to not be generating those transformers. I have provi…
-
Hi!
I am using `openapi-merge-cli` to merge multiple OpenAPI files. But resulting bundle file contains incorrect `$ref`.
Steps to reproduce:
1. Create file `openapi/specs/common/ServerE…
-
**API Platform version(s) affected**: 2.6.2 to 3.3.6
**Description**
PR #4019 introduces an anonymous service argument in `openapi.xml` for the service `api_platform.openapi.normalizer`. Whilst …