From f572f825bb0022c11b5a3e61bf4bf271bd4cb75e Mon Sep 17 00:00:00 2001 From: Maece Fischer Date: Wed, 9 Oct 2024 16:13:06 +0200 Subject: [PATCH] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 7a13c364..3aeb8e38 100644 --- a/README.md +++ b/README.md @@ -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: