From 14dceaa2d2b27ef448b48c4f0641413e3ead974d Mon Sep 17 00:00:00 2001 From: Marcel Fischer Date: Tue, 10 Dec 2024 02:29:08 +0100 Subject: [PATCH] Add API library (#3814) Add oas-tszod-gen to API libraries section. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8f9c37c44..c74a91ac4 100644 --- a/README.md +++ b/README.md @@ -492,6 +492,7 @@ There are a growing number of tools that are built atop or support Zod natively! - [`tapiduck`](https://github.com/sumukhbarve/monoduck/blob/main/src/tapiduck/README.md): End-to-end typesafe JSON APIs with Zod and Express; a bit like tRPC, but simpler. - [`koa-zod-router`](https://github.com/JakeFenley/koa-zod-router): Create typesafe routes in Koa with I/O validation using Zod. - [`zod-sockets`](https://github.com/RobinTail/zod-sockets): Zod-powered Socket.IO microframework with I/O validation and built-in AsyncAPI specs +- [`oas-tszod-gen`](https://github.com/inkognitro/oas-tszod-gen): Client SDK code generator to convert OpenApi v3 specifications into TS endpoint caller functions with Zod types. #### Form integrations