nuxt-open-fetch icon indicating copy to clipboard operation
nuxt-open-fetch copied to clipboard

Generate zero-overhead, typed OpenAPI clients for Nuxt.

Results 47 nuxt-open-fetch issues
Sort by recently updated
recently updated
newest added

With Nuxt 4 layout enabled with `future: { compatibilityVersion: 4 }` in `nuxt.config.ts`, which features separate `app/` and `server/` root directories, I would expect `nuxt-open-fetch` to pull openapi.yaml from `openapi/pets/openapi.yaml`,...

## Response type helper Update the generated client `Response` interface to include all valid `2xx` response codes. Resolves #88. ## RequestBody type helper Also updates the client `RequestBody` interface to...

### Environment - Operating System: Darwin - Node Version: v22.12.0 - Nuxt Version: 3.15.4 - CLI Version: 3.22.5 - Nitro Version: 2.10.4 - Package Manager: [email protected] - Builder: - -...

### Describe the feature Open Fetch does codegen on every startup and now also on every hot reload. We have a huge schema file that changes like once a year....

### Environment ------------------------------ - Operating System: Windows_NT - Node Version: v22.11.0 - Nuxt Version: 3.14.159 - CLI Version: 3.15.0 - Nitro Version: 2.10.4 - Package Manager: [email protected] - Builder: -...

extended type helpers for - #81

### Describe the feature Hope to request the addition of Paths type to the type helpers Currently three type helpers are provided PetsRequestQuery PetsResponse PetsRequestBody But a PetsRequestPath is missing...

So maybe I do not understand the documentation or this is either missing from the documentation or it is indeed a missing feature. I have some custom types defined in...

this fix [79](https://github.com/enkot/nuxt-open-fetch/issues/79) Openapi request a `header` key ( `"in":"header"` ) while fetch `headers`.