nuxt-api-party
nuxt-api-party copied to clipboard
🐬 Securely connect to any API with a server proxy and generated composables
### Environment ------------------------------ - Operating System: Linux - Node Version: v18.16.0 - Nuxt Version: 3.11.2 - CLI Version: 3.11.1 - Nitro Version: 2.9.6 - Package Manager: [email protected] - Builder: -...
### Environment ``` ❯ npx nuxi info Working directory: /home/projects/nuxt-starter-8hsfcz Nuxt project info: ------------------------------ - Operating System: Linux - Node Version: v18.18.0 - Nuxt Version: 3.11.2 - CLI Version: 3.11.1...
### Environment ``` Working directory: /home/anwr/toys/darts_arena/frontend 4:10:00 PM Nuxt project info: 4:10:00 PM ------------------------------ - Operating System: Linux - Node Version: v18.16.0 - Nuxt Version: 3.11.1 - CLI Version: 3.11.1...
### Describe the feature There should be an option similiar to how it's done for the response headers in #44 to pass client request headers to the server. Use case:...
### Describe the feature Would it be possible to extend functionality so that `/api/__api_party/${endpointId}` routes can be cached in nitro by routeRules that we can define in nuxt.config.ts? I don't...
### Describe the feature Hello Johann, thank you again for your great work. I was wondering how to implement SSE requests using the package. if you have any suggestions on...
### Environment "nuxt-api-party": "^2.0.8", ### Reproduction const { data } = await useJsonPlaceholderData( 'comments', { headers: { 'Json-Placeholder-Endpoint-Url': 'https://jsonplaceholder-v2.typicode.com' } } ) ### Describe the bug ’Json-Placeholder-Endpoint-Url‘ × ‘jsonPlaceholder-endpoint-url’ √...
### Describe the feature Hi, is it possible to have auto imports for my typescript schema? Right now I have to do this: ```javascript import { LoginPlatform } from "#nuxt-api-party/api";...
### Describe the feature The access token is often rotated using refresh token mechanism, so whenever this happens is there any way to set token so that I don't have...
### 🔗 Linked issue Related to #87 and #88 ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation, readme or JSDoc annotations) - [ ]...