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: Darwin - Node Version: v20.14.0 - Nuxt Version: 3.12.2 - CLI Version: 3.12.0 - Nitro Version: 2.9.6 - Package Manager: [email protected] - Builder: - -...

### Environment - Operating System: Windows_NT - Node Version: v20.15.0 - Nuxt Version: 3.12.3 - CLI Version: 3.12.0 - Nitro Version: 2.9.7 - Package Manager: [email protected] - Builder: - -...

needs reproduction

### Describe the feature Using the generated clients I'm getting... > '__VLS_ctx.assignment' is possibly 'null' ... errors everywhere the data is used. Is there some convenient way around this except...

### Describe the feature Is there a way to add and remove headers for all request? Instead of adding the auth header each time I do a request I want...

Modify the `ComputedOptions` interface to allow for reactive `query` params as explained by #52 . @enkot this should be tested to ensure I didn't miss something with the new interface...

https://github.com/enkot/nuxt-open-fetch/blob/main/src/module.ts#L32 It would be also nice to document the `${client} = useNitroApp()` server functionality in general. And also extending the type of `useNitroApp()`. Currently I'm solving this locally by adding...

### Environment ------------------------------ - Operating System: Darwin - Node Version: v20.7.0 - Nuxt Version: 3.12.4 - CLI Version: 3.12.0 - Nitro Version: 2.9.7 - Package Manager: [email protected] - Builder: -...

### Describe the feature We're going to put basic auth on our swagger endpoints, so it would be great if there was an option to pass credentials along to the...

### Describe the feature Our swagger endpoints are basic-auth protected, so we would like to see an option to pass credentials along when fetching the swagger file to generate the...