Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
inkognitro committed Oct 9, 2024
1 parent a6c2970 commit f572f82
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
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).

## Why yet another library for this task?
> **"It's not about re-inventing the wheel. It's about building the vehicle you need."**
> – Javi Velasco at [DevBreak 2021](https://www.youtube.com/watch?v=LUSPTD0Ithc)
Before you consider using this library, I suggest having a look at the combination of [Zodios](https://www.zodios.org/)
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.
However, I coded my own solution because I wanted to:
Expand Down

0 comments on commit f572f82

Please sign in to comment.