Roman Jámbor
Roman Jámbor
@mrlubos if it's somehow partly implemented and at least one client is working, yeah, why not. 🙂
> Update: this will be addressed as part of [clients](https://heyapi.vercel.app/openapi-ts/clients.html). They will return both `data` and `error` keys, in this issue we're interested only in `error`. If multiple error types...
@happenslol > Sorry for not responding earlier - what @Hookyns posted is exactly what I envisioned. **I'm not sure if I'd include 4xx/5xx status codes, since that would make the...
> @Hookyns what if the endpoint returns also 204 which is success but there's no data? What would the code look like? @mrlubos It depends on the OpenApi spec and...
You can use `getType()` function only when you setup [transformer](https://docs.rttist.org/#/en/transformers/transformers). ad3) It should not be required. It should be generated into the project root folder; based on tsconfig. ad 4)...
@zerobytes If you prepare some repro, I can help you to configure it.
This is quite complex topic. I got the flu so I am not capable to cover everything right now and I'm responding from a phone. Main points: - Generated metadata...
EDIT: It is possible without eject. There is the [Craco](https://craco.js.org) that allows you to tweak the CRA configuration without ejecting. I'm preparing demo.
Same issue with`"@tanstack/solid-query": "^5.83.0"`. When `declaration: true` is set in tsconfig, every exported const that returns a queryOptions factory causes the mentioned error. However, if the export keyword is removed...