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

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

### Environment - Operating System: Darwin - Node Version: v24.10.0 - Nuxt Version: 4.1.2 - CLI Version: 3.28.0 - Nitro Version: 2.12.6 - Package Manager: [email protected] - Builder: - -...

### Environment - Operating System: Darwin - Node Version: v24.9.0 - Nuxt Version: 4.1.2 - CLI Version: 3.28.0 - Nitro Version: 2.12.6 - Package Manager: [email protected] - Builder: - -...

### Describe the feature Referencing [fetch.ts](https://github.com/Norbiros/nuxt-open-fetch/blob/main/src/runtime/fetch.ts#L41), it would be great to have an `FetchOptions` type helper. Assuming a `foo` client is defined in `nuxt.config.ts`, here is a proposed API: ```ts...

## Problem When using the openapi-typescript option `pathParamsAsTypes: true` within the nuxt-open-fetch module, a type ambiguity arises for API endpoints that have overlapping dynamic paths. This issue occurs because TypeScript's...

### Describe the feature Currently, there are no docs related to testing and mocking your APIs and this is a very important part of developing production ready web projects. ###...

It's not always that we are fetching things directly via OpenFetch. One example is PrimeVue's Upload component which takes an url an handles the post for you. My idea was...