\n\nthe postman request:\n\u003Cimg width=\"1356\" height=\"550\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/d8f101f6-ff4f-4106-bd8f-016970e70c1e\" />\n\n\u003Cimg width=\"1091\" height=\"691\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/92855ba7-fb6c-4526-8db2-5698519cd093\" />\n\n\n\n2、When I call the download file interface, the \"download files\" button is not responding。\n\n\u003Cimg width=\"392\" height=\"274\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/05b06400-49b1-4885-a710-27fc7be3c34e\" />",[],279,"upload and download issues","2025-07-24T13:26:47Z","https://github.com/enzonotario/vitepress-openapi/issues/279",0.8178812,{"description":3035,"labels":3036,"number":93,"owner":3019,"repository":3037,"state":3038,"title":3039,"updated_at":3040,"url":3041,"score":3042},"@enzonotario first of all really appreciable as you spare time to help us with this. I am working with nuxtjs ad tried to set it up with nuxtjs using [nuxt-apollo](https://github.com/nuxt-community/apollo-module) module. \r\nI have setup [echo.link.js](https://github.com/enzonotario/lighthouse-laravel-websockets/blob/master/resources/js/echo.link.js) as it is and then in apollo client config (in dedicated file) I have combined the `echoLink` using `ApolloLink.from()` method\r\nI am geting error\r\n`Unexpected token export`\r\nI played around with [echo.link.js](https://github.com/enzonotario/lighthouse-laravel-websockets/blob/master/resources/js/echo.link.js) and changed \r\n`import Echo from 'laravel-echo/dist/echo';`\r\n to \r\nimport Echo from 'laravel-echo';\r\nthen error changes to \r\n`Pusher is not defined` \r\nI have installed pusher via npm too.\r\nCan you please help me with that\r\nagain have no words to say thanks for such a favor ",[],"lighthouse-laravel-websockets","closed","Working with Nuxtjs and vue-apollo nuxt module","2019-09-09T17:21:38Z","https://github.com/enzonotario/lighthouse-laravel-websockets/issues/1",0.7788526,{"description":3044,"labels":3045,"number":33,"owner":3019,"repository":3046,"state":3038,"title":3047,"updated_at":3048,"url":3049,"score":3050},"Hola Enzo, al parecer hay un problema con el endpoint del Dólar Tarjeta, devuelve valor 0 de compra y venta. Te adjunto la captura:\r\n\r\n",[],"esjs-dolar-api","Problema con Dólar Tarjeta","2024-02-01T22:49:36Z","https://github.com/enzonotario/esjs-dolar-api/issues/10",0.79974073,{"description":3052,"labels":3053,"number":33,"owner":3019,"repository":3020,"state":3038,"title":3054,"updated_at":3055,"url":3056,"score":3050},"The component appears to know how to render JSON that matches the spec of the API responses\r\n\r\nHowever it doesnt currenlty do this for JSON request bodys either in the docs (left side), or in the code samples.\r\n\r\ne.g. for curl\r\n\r\n```\r\ncurl -X POST \"https://api.domain/v2/users/login\" \\\r\n -H \"accept: application/json\" \\\r\n -H \"content-type: application/json\" \\\r\n -d '{\"refreshable\":604800,\"password\":\"\",\"username\":\"\"}'\r\n ```\r\n\r\nGenerally recording this as an issue to track the things that I'd need in order to be able to fully make use of this component",[],"Support requestBody (left side docs & sample code gen)","2024-08-27T22:56:50Z","https://github.com/enzonotario/vitepress-openapi/issues/10",{"description":3058,"labels":3059,"number":3060,"owner":3019,"repository":3020,"state":3038,"title":3061,"updated_at":3062,"url":3063,"score":3064},"### Current behavior\n\nHello,guys\n\nWhen i use that example about the Pages By operation\n\n```md\n---\naside: false\noutline: false\ntitle: vitepress-openapi\n---\n\n\u003Cscript setup lang=\"ts\">\nimport { useRoute } from 'vitepress'\n\nconst route = useRoute()\n\nconst operationId = route.data.params.operationId\n\u003C/script>\n\n\u003COAOperation :operationId=\"operationId\" />\n\n```\n\n```js\nimport { usePaths } from 'vitepress-openapi'\nimport spec from '../../public/test.json' with {type: 'json'}\n\nexport default {\n paths() {\n return usePaths({ spec })\n .getPathsByVerbs()\n .map(({ operationId, summary }) => {\n return {\n params: {\n operationId,\n pageTitle: `${summary} - vitepress-openapi`,\n },\n }\n })\n },\n}\n```\n\nThe terminal show this error,but i dont understand what it mean\n\n\n\nThe terminal guide me the links https://cn.vite.dev/guide/troubleshooting which is show The CJS build of Vite's Node API is deprecated and will be removed in Vite 6. \n\nHope u give the answer thank u so much\n\n\n### Desired behavior\n\n_No response_\n\n### Reproduction\n\n_No response_\n\n### Steps to reproduce\n\n\n\n### Logs and Error Messages\n\n\n\n### Other Information\n\n_No response_",[],212,"Pages by Operation Example dose not work","2025-04-30T22:18:57Z","https://github.com/enzonotario/vitepress-openapi/issues/212",0.8006756,{"description":3066,"labels":3067,"number":3071,"owner":3019,"repository":3020,"state":3038,"title":3072,"updated_at":3073,"url":3074,"score":3075},"### Current behavior\n\n\n\n### Desired behavior\n\nI'm not sure what the desired behaviour should be here.\nHowever the `xxx` is seemingly hardcoded in the components currently, and i half would have expected the example to override this based on the behaviours of other parameter and variables examples in the playground.\n\nIt might even be nicer to just have the default auth actually always be an empty string rather than xxx?\n\n### Reproduction\n\n_No response_\n\n### Steps to reproduce\n\nJust provide an example, and see it not appear in the playground...\n\n### Logs and Error Messages\n\n_No response_\n\n### Other Information\n\n_No response_",[3068],{"name":3069,"color":3070},"enhancement","a2eeef",237,"Authorization example not shown in playground, inconsistent with other examples?","2025-06-22T12:55:44Z","https://github.com/enzonotario/vitepress-openapi/issues/237",0.8020927,{"description":3077,"labels":3078,"number":2390,"owner":3019,"repository":3046,"state":3038,"title":3079,"updated_at":3080,"url":3081,"score":3082},"Uso query params para invalidar caché pero en la API al incluir cualquier cosa a la URL hace que devuelva 404. Creo que debería devolver el recurso ignorando los params\r\n\r\nEjemplo: https://dolarapi.com/v1/dolares/blue?t=2023-01-16",[],"URL con querystring devuelve 404","2024-01-20T00:15:10Z","https://github.com/enzonotario/esjs-dolar-api/issues/12",0.80501837,{"description":3084,"labels":3085,"number":3089,"owner":3019,"repository":3020,"state":3038,"title":3090,"updated_at":3091,"url":3092,"score":3093},"### Current behavior\n\n\n\n### Desired behavior\n\nEither the text should wrap, or just be displayed in a better way\n\n### Reproduction\n\n_No response_\n\n### Steps to reproduce\n\n```\n \"securitySchemes\": {\n \"ApiKeyAuth\": {\n \"in\": \"header\",\n \"name\": \"Authorization\",\n \"type\": \"apiKey\",\n\"description\": \"API Key for authentication. Retrieval from either API version login routes, or other authentication token type. See \u003Ca href='/apis/authentication'>Authentication\u003C/a> for more details.\",\n\"example\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOjEsImlhdCI6MTY3Mjc2NjAyOCwiZXhwIjoxNjc0NDk0MDI4fQ.kCak9sLJr74frSRVQp0_27BY4iBCgQSmoT3vQVWKzJg\"\n }\n }\n```\n\n### Logs and Error Messages\n\n_No response_\n\n### Other Information\n\n_No response_",[3086],{"name":3087,"color":3088},"bug","d73a4a",236,"Long Authorization example doesnt display nicely","2025-06-22T12:55:43Z","https://github.com/enzonotario/vitepress-openapi/issues/236",0.80704814,{"description":3095,"labels":3096,"number":3098,"owner":3019,"repository":3020,"state":3038,"title":3099,"updated_at":3100,"url":3101,"score":3102},"The generated example code looks like this...\n\n```\ncurl 'https://api.foo/v2/devices/%7Bid%7D/tags' \\\n --header 'Authorization: xxx'\n```\n\nHowever really in the UI it would be nicer to look like\n\n```\ncurl 'https://api.foo/v2/devices/{id}/tags' \\\n --header 'Authorization: xxx'\n```",[3097],{"name":3069,"color":3070},223,"Ugly display of { and } in example code","2025-05-18T01:28:54Z","https://github.com/enzonotario/vitepress-openapi/issues/223",0.8112314,["Reactive",3104],{},["Set"],["ShallowReactive",3107],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fVOJgoZC6apFXcdThYVh66-gn60gUUukkf92jkjVXP98":-1},"/enzonotario/lighthouse-laravel-websockets/6"]