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
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,6 @@
5
5
A code generator to convert [OpenApi version 3 (OAS3)](https://swagger.io/specification/) specifications into endpoint caller functions for [TS](https://www.typescriptlang.org/) and [Zod](https://zod.dev).
6
6
7
7
## Why yet another library for this task?
8
-
> **"It's not about re-inventing the wheel. It's about building the vehicle you need."**
9
-
> – Javi Velasco at [DevBreak 2021](https://www.youtube.com/watch?v=LUSPTD0Ithc)
10
-
11
8
Before you consider using this library, I suggest having a look at the combination of [Zodios](https://www.zodios.org/)
12
9
and [openapi-zod-client](https://github.com/astahmer/openapi-zod-client) or [OpenApi Typescript](https://openapi-ts.dev/) (if you are OK with just Typescript). This code generator serves as a combined alternative for these three libraries.
13
10
However, I coded my own solution because I wanted to:
0 commit comments