Skip to content

Commit f572f82

Browse files
committed
Update README.md
1 parent a6c2970 commit f572f82

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
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).
66

77
## 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-
118
Before you consider using this library, I suggest having a look at the combination of [Zodios](https://www.zodios.org/)
129
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.
1310
However, I coded my own solution because I wanted to:

0 commit comments

Comments
 (0)