-
#### 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…
-
When generating an API client for and endpoint whose `requestBody`'s schema allows additional properties the arguments of an API call function drop to a plain map rather than a typed structure, e.g.:
…
-
Hi,
I tried to generate models on different folder with:
"openapi-generator-cli generate -i src/api/pokeapi.yaml -g typescript-axios -o src/api --model-package models"
or
"openapi-generator-cli …
-
#### 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…
-
### Is your feature request related to a problem? Please describe.
I use openapi-generator (typescript-axios) for all my end-points (api). Its great but I want use exactly like this in my api tests…
-
#### Bug Report Checklist
- [ ] Have you provided a full/minimal spec to reproduce the issue?
- [ ] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
#### 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…
-
# Background
ajax、axiosで独自の共通ライブラリを作るより、コードの自動生成を活用したい
# Overview
OpenAPIの導入をする
# Goal
- OpenAPIの導入
- サンプルコードの作成
-
### Is your feature request related to a problem? Please describe.
I have a defined OpenApi spec with a PUT method that takes an array of Strings as one of its request body parameters. The server …
-
## What are the steps to reproduce this issue?
1.Generate Zod schemas using Orval with an OpenAPI specification.
2.Observe the generated schema for datetime fields.
3.Notice that datetime fie…