-
##### Description
With the following spec:
```yaml
...
components:
securitySchemes:
Apikey:
type: apiKey
in: header
name: apikey
Loginkey:
type: apiKey
…
mszan updated
2 months ago
-
I discovered this issue while using [`swift-openapi-generator`](https://github.com/apple/swift-openapi-generator) with the generated openapi json document. The resulting swift code fails to work si…
-
OpenAPI generator is not generating Integration test cases for **spring** API's
**Using the following generator to generate spring based code from openAPI specification.**
_4.0.2_
**swagger spec** …
-
##### Description
When the specification has additional properties next to $ref fixed field (in the example below, `$ref` has an additional property `type: object`), OpenAPI Generator produces erro…
-
Console output during running next build:
PS C:\Users\Petya\WebstormProjects\aaa> npm run build
```
> aaa@0.1.0 build
> next build
▲ Next.js 15.0.3
- Environments: .env
Cr…
-
**Branch/Environment/Version**
- Branch/Version: v5.5.0
- Environment: on-prem
**Describe the bug**
We have API configuration imported to Tyk.io using OAS. In this configuration we have middlewa…
-
##### Description
The feature is mostly inspired by https://bartko-mat.medium.com/openapi-generator-to-spring-boot-with-custom-java-validations-623381df9215
We want to be able to add our cu…
-
## Problem
I use Prisma in combination with NestJS. There, I use the swagger implementation which is also based on decorators.
Currently, I would have to add the class-validator decorators after gen…
-
Used this command:
`curl {someurl}/swagger/docs/v1 -o swagger.json && api-client-generator -s ./swagger.json -o ./api`
and in result **GuardedAPIClient** methods does not override extended **APIClie…
-
OAS 3.1 brings support for a lot a new features, especially JSON Schema full support (`patternProperties` 🙏). https://www.openapis.org/blog/2020/06/18/openapi-3-1-0-rc0-its-here
Here is a todo lis…