You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,11 @@
36
36
- generates TypeScript interfaces and SDKs
37
37
- Fetch API, Axios, Nuxt, Angular, Node.js, and XHR clients available
38
38
- plugin ecosystem to reduce third-party boilerplate
39
+
-[platform](https://heyapi.dev/openapi-ts/integrations) for automating codegen builds
40
+
41
+
## Platform
42
+
43
+
Our platform for OpenAPI specifications is now available. Automatically update your code when the APIs it depends on change. [Find out more](https://heyapi.dev/openapi-ts/integrations).
39
44
40
45
## Sponsors
41
46
@@ -47,17 +52,13 @@ Love Hey API? Become our [sponsor](https://github.com/sponsors/hey-api).
47
52
</a>
48
53
</p>
49
54
50
-
## GitHub Integration (coming 2025)
51
-
52
-
Automatically update your code when the APIs it depends on change. [Find out more](https://heyapi.dev/openapi-ts/integrations.html).
53
-
54
55
## Quick Start
55
56
56
57
The fastest way to use `@hey-api/openapi-ts` is via npx
57
58
58
59
```sh
59
60
npx @hey-api/openapi-ts \
60
-
-i path/to/openapi.json \
61
+
-i https://get.heyapi.dev/hey-api/backend \
61
62
-o src/client \
62
63
-c @hey-api/client-fetch
63
64
```
@@ -114,7 +115,7 @@ You can also generate clients programmatically by importing `@hey-api/openapi-ts
0 commit comments