{"library":"nuxt-api-party","type":"library","category":null,"description":"Nuxt API Party is a module for Nuxt that streamlines secure and type-safe interaction with multiple API endpoints. It achieves this by generating composables dynamically for each configured API, similar in feel to Nuxt's native `useFetch` and `$fetch`. The module effectively secures API credentials and circumvents common CORS issues by proxying requests through a Nuxt server route. It features robust OpenAPI specification integration for generating fully typed API clients, offering enhanced developer experience and compile-time safety. The current stable version is 3.4.2, with frequent patch and minor releases addressing bugs and introducing new features. Its key differentiators include automated composable generation, strong type-safety via OpenAPI, built-in credential protection, and smart caching.","language":"javascript","status":"active","version":"3.4.2","tags":["javascript","api","fetch","nuxt","open-api","openapi","query","typescript"],"install":[{"cmd":"npm install nuxt-api-party","imports":["// nuxt.config.ts\nexport default defineNuxtConfig({\n  modules: ['nuxt-api-party'],\n  apiParty: { /* ... */ }\n});","const { data, pending, error } = await useJsonPlaceholderData('posts/1');","const post = await $jsonPlaceholder('posts/1');","type Post = paths['/posts/{id}']['get']['responses']['200']['content']['application/json'];"]},{"cmd":"yarn add nuxt-api-party","imports":[]},{"cmd":"pnpm add nuxt-api-party","imports":[]}],"homepage":"https://nuxt-api-party.com","github":"https://github.com/johannschopplich/nuxt-api-party","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/nuxt-api-party","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/nuxt-api-party/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Mon Jul 20","install_tag":null}}