-
### Description
With OpenAPI Specification 3.1, webhooks are not generated as services, resulting in an empty file.
```ts
// services.gen.ts
// This file is auto-generated by @hey-api/openapi-…
-
#### Bug Report Checklist
- [x] 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…
-
### Description
I used `interceptors.response.use` to return data. When I used `Promise.allSettled` , it always add en empty data in my response data. The client is '@hey-api/client-axios'. See scr…
-
https://fastapi.tiangolo.com/advanced/generate-clients/
-
### Description
Hey everyone!
I am facing a challenge using the library. On the project I am working on, we have several microservices, each of them with its own OpenAPI schema, which means that I…
-
### Description
This is a very hard problem to reproduce in a small environment, so I hope this is because I'm doing something wrong and it's immediately obvious from the given configuration.
The …
-
#### 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…
-
1. In attempting to generate an API library using https://github.com/OpenAPITools/openapi-generator-cli/tree/master
the https://github.com/coollabsio/documentation-coolify/blob/main/openapi.yaml …
-
### Discussed in https://github.com/unitycatalog/unitycatalog-ui/discussions/54
Originally posted by **ognis1205** July 26, 2024
The URL paths, requests, and responses of the backend server to…
-
### Description
Automatic addition of the suffix `Schema` to the object names in `schemas.gen.ts` causes conflicts with `types.gen.ts`
In the openapi specs we have:
```json
{
"WarningAc…