@hey-api/openapi-ts 0.53.10 → 0.53.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -8
- package/dist/index.cjs +189 -187
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2910 -2366
- package/dist/index.d.ts +2910 -2366
- package/dist/index.js +183 -181
- package/dist/index.js.map +1 -1
- package/package.json +10 -9
package/README.md
CHANGED
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
<div align="center">
|
|
2
|
-
<img width="150" height="150" src="https://heyapi.
|
|
2
|
+
<img width="150" height="150" src="https://heyapi.dev/logo.png" alt="Logo">
|
|
3
3
|
<h1 align="center"><b>OpenAPI TypeScript</b></h1>
|
|
4
|
-
<p align="center"
|
|
4
|
+
<p align="center">🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.</p>
|
|
5
5
|
</div>
|
|
6
6
|
|
|
7
|
-
Generate TypeScript interfaces, REST clients, and JSON Schemas from OpenAPI specifications.
|
|
8
|
-
|
|
9
7
|
[Live demo](https://stackblitz.com/edit/hey-api-example?file=openapi-ts.config.ts,src%2Fclient%2Fschemas.gen.ts,src%2Fclient%2Fservices.gen.ts,src%2Fclient%2Ftypes.gen.ts)
|
|
10
8
|
|
|
11
9
|
## Features
|
|
@@ -15,10 +13,11 @@ Generate TypeScript interfaces, REST clients, and JSON Schemas from OpenAPI spec
|
|
|
15
13
|
- supports both JSON and YAML input files
|
|
16
14
|
- generates TypeScript interfaces, REST clients, and JSON Schemas
|
|
17
15
|
- Fetch API, Axios, Angular, Node.js, and XHR clients available
|
|
16
|
+
- plugin ecosystem to reduce third-party boilerplate
|
|
18
17
|
|
|
19
18
|
## Documentation
|
|
20
19
|
|
|
21
|
-
Please visit our [website](https://heyapi.
|
|
20
|
+
Please visit our [website](https://heyapi.dev/) for documentation, guides, migrating, and more.
|
|
22
21
|
|
|
23
22
|
## Sponsoring
|
|
24
23
|
|
|
@@ -26,12 +25,12 @@ Love Hey API? Please consider becoming a [sponsor](https://github.com/sponsors/m
|
|
|
26
25
|
|
|
27
26
|
## GitHub Integration (coming soon)
|
|
28
27
|
|
|
29
|
-
Automatically update your code when the APIs it depends on change. [Find out more](https://heyapi.
|
|
28
|
+
Automatically update your code when the APIs it depends on change. [Find out more](https://heyapi.dev/openapi-ts/integrations.html).
|
|
30
29
|
|
|
31
30
|
## Migrating from OpenAPI Typescript Codegen?
|
|
32
31
|
|
|
33
|
-
Please read our [migration guide](https://heyapi.
|
|
32
|
+
Please read our [migration guide](https://heyapi.dev/openapi-ts/migrating.html#openapi-typescript-codegen).
|
|
34
33
|
|
|
35
34
|
## Contributing
|
|
36
35
|
|
|
37
|
-
Want to get involved? Please refer to the [contributing guide](https://heyapi.
|
|
36
|
+
Want to get involved? Please refer to the [contributing guide](https://heyapi.dev/contributing.html).
|