fork of hey-api/openapi-ts because I need some additional things
1<div align="center">
2 <img alt="Hey API logo" height="150" src="https://heyapi.dev/assets/.gen/logo-astronaut-300w.png" width="150">
3 <h1 align="center"><b>Nuxt Module</b></h1>
4 <p align="center">🚀 Nuxt module for <code>@hey-api/openapi-ts</code> codegen.</p>
5</div>
6
7<!-- TODO: add working example once StackBlitz updates their Node version -->
8<!-- [Live demo](https://stackblitz.com/edit/hey-api-client-nuxt-example?file=openapi-ts.config.ts,src%2Fclient%2Fschemas.gen.ts,src%2Fclient%2Fsdk.gen.ts,src%2Fclient%2Ftypes.gen.ts,src%2Fcomponents%home.vue) -->
9
10## Features
11
12- seamless integration with `@hey-api/openapi-ts` ecosystem
13- type-safe response data and errors
14- response data validation and transformation
15- access to the original request and response
16- granular request and response customization options
17- minimal learning curve thanks to extending the underlying technology
18- support bundling inside the generated output
19- [platform](https://heyapi.dev/openapi-ts/integrations) for automating codegen builds
20
21## Dashboard
22
23Access your projects and OpenAPI specifications in the [Hey API Platform](https://app.heyapi.dev/).
24
25## Contributing
26
27Want to see your code in products used by millions?
28
29Start with our [Contributing](https://heyapi.dev/openapi-ts/community/contributing) guide and release your first feature.
30
31## Documentation
32
33Please visit our [website](https://heyapi.dev) for documentation, guides, migrating, and more.
34
35## Sponsors
36
37Help Hey API stay around for the long haul by becoming a [sponsor](https://github.com/sponsors/hey-api).
38
39<h3 align="center">Gold</h3>
40
41<table align="center" style="justify-content: center;align-items: center;display: flex;">
42 <tbody>
43 <tr>
44 <td align="center">
45 <p></p>
46 <p>
47 <a href="https://kutt.it/pkEZyc" target="_blank">
48 <picture height="50px">
49 <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/assets/.gen/stainless-logo-wordmark-480w.jpeg">
50 <img alt="Stainless logo" height="50px" src="https://heyapi.dev/assets/.gen/stainless-logo-wordmark-480w.jpeg">
51 </picture>
52 </a>
53 <br/>
54 Best-in-class developer interfaces for your API.
55 <br/>
56 <a href="https://kutt.it/pkEZyc" style="text-decoration:none;" target="_blank">
57 stainless.com
58 </a>
59 </p>
60 <p></p>
61 </td>
62 <td align="center">
63 <p></p>
64 <p>
65 <a href="https://kutt.it/QM9Q2N" target="_blank">
66 <picture height="50px">
67 <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/assets/opencode/logo-light.svg">
68 <img alt="Opencode logo" height="50px" src="https://heyapi.dev/assets/opencode/logo-dark.svg">
69 </picture>
70 </a>
71 <br/>
72 The open source coding agent.
73 <br/>
74 <a href="https://kutt.it/QM9Q2N" style="text-decoration:none;" target="_blank">
75 opencode.ai
76 </a>
77 </p>
78 <p></p>
79 </td>
80 </tr>
81 </tbody>
82</table>
83
84<h3 align="center">Silver</h3>
85
86<table align="center" style="justify-content: center;align-items: center;display: flex;">
87 <tbody>
88 <tr>
89 <td align="center">
90 <a href="https://kutt.it/skQUVd" target="_blank">
91 <picture height="40px">
92 <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/assets/scalar/logo-light.svg">
93 <img alt="Scalar logo" height="40px" src="https://heyapi.dev/assets/scalar/logo-dark.svg">
94 </picture>
95 </a>
96 <br/>
97 <a href="https://kutt.it/skQUVd" style="text-decoration:none;" target="_blank">
98 scalar.com
99 </a>
100 </td>
101 <td align="center">
102 <a href="https://kutt.it/Dr9GuW" target="_blank">
103 <picture height="40px">
104 <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/assets/fastapi/logo-light.svg">
105 <img alt="FastAPI logo" height="40px" src="https://heyapi.dev/assets/fastapi/logo-dark.svg">
106 </picture>
107 </a>
108 <br/>
109 <a href="https://kutt.it/Dr9GuW" style="text-decoration:none;" target="_blank">
110 fastapi.tiangolo.com
111 </a>
112 </td>
113 </tr>
114 </tbody>
115</table>
116
117<h3 align="center">Bronze</h3>
118
119<table align="center" style="justify-content: center;align-items: center;display: flex;">
120 <tbody>
121 <tr>
122 <td align="center">
123 <a href="https://kutt.it/YpaKsX" target="_blank">
124 <picture height="34px">
125 <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/assets/.gen/kinde-logo-wordmark-dark-480w.webp">
126 <img alt="Kinde logo" height="34px" src="https://heyapi.dev/assets/.gen/kinde-logo-wordmark-480w.jpeg">
127 </picture>
128 </a>
129 </td>
130 <td align="center">
131 <a href="https://kutt.it/KkqSaw" target="_blank">
132 <picture height="34px">
133 <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/assets/cella/logo-light.svg">
134 <img alt="Cella logo" height="34px" src="https://heyapi.dev/assets/cella/logo-dark.svg">
135 </picture>
136 </a>
137 </td>
138 </tr>
139 </tbody>
140</table>
141
142## Migrating
143
144You can learn more on the [Migrating](https://heyapi.dev/openapi-ts/migrating) page.
145
146## License
147
148Released under the [MIT License](https://github.com/hey-api/openapi-ts/blob/main/LICENSE.md).