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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ which automatically generates OpenAPI schemas by sending probe requests to your
28
28
and analyzing the responses. The workflow is:
29
29
30
30
1.**Discovery Phase** (Build time): You define which endpoints to probe with sample parameters
31
-
2.**Type Generation** (Build time): autodisco infers the API structure and generates TypeScript types using [openapi-typescript](https://github.com/openapi-ts/openapi-typescript)
31
+
2.**Type Generation** (Build time): [autodisco](https://github.com/freb97/autodisco) infers the API structure and generates TypeScript types using [openapi-typescript](https://github.com/openapi-ts/openapi-typescript)
32
32
3.**Type-Safe Client** (Runtime): A fetch client powered by [openapi-fetch](https://github.com/openapi-ts/openapi-typescript/tree/main/packages/openapi-fetch) provides fully-typed methods for your API
33
33
34
34
This gives you autocompletion, type checking, and IntelliSense for legacy APIs without manual type definitions.
0 commit comments