-
## What are the steps to reproduce this issue?
1. create an `orval.config.ts`
2. use `defineConfig` to create your config
3. specify input and output transformers
4. refactor your transforme…
-
- Demo link (`Vercel`): https://longphan-bookstore-dwarvesf-hw67.vercel.app
- Continue to do project from #6.
- I've configured `Orval` based on its document and run its command: `orval`.
- Please …
-
## What are the steps to reproduce this issue?
1. My openapi input is json type and use snake_case.
2. When create react-query, I got params with snake_case.
## What happens?
Typescript use …
-
## What are the steps to reproduce this issue?
Versions :
- "next": "14.2.4"
- "react": "^18"
- "swr": "^2.2.5"
- "orval": "^7.0.1"
orval.config.js
```
module.exports = {
api: {
…
-
I am already thinking about version 7 for a moment and wanted a place to talk about it.
1. Split the lib into multiple packages to have a core and a package by template/client. Like that we can hav…
-
Things to document:
- [x] `keyword: "isFile"` error when multipart ajv plugin is not present.
- [x] Document that kita global root is required.
Self import of operationIds: _(Will change wh…
-
## Describe the bug
Using the custom `:getter` option for parameters as described [here](https://github.com/rswag/rswag?tab=readme-ov-file#custom-getter-option-for-parameter), will introduce a `get…
-
## What are the steps to reproduce this issue?
1. yarn run build
2. Errors:
../../resources/common/src/clients/models/check503Info.ts:14:5 - error TS2411: Property 'status' of type 'string…
-
First of all, thanks @anymaniax for this awesome tool.
I am trying to integrate orval in my sveltekit project, it doesn't seem to be so easy. Does the following page of tanstack : [https://tanstack…
-
Minimal input schema:
```json
{
"openapi": "3.0.1",
"info": {
"title": "bug report"
},
"paths": {
"/something": {
"post": {
"responses": {
"200": {…