Skip to content

Commit 14dceaa

Browse files
authoredDec 10, 2024··
Add API library (#3814)
Add oas-tszod-gen to API libraries section.
1 parent dfe9b7c commit 14dceaa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎README.md

+1
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,7 @@ There are a growing number of tools that are built atop or support Zod natively!
492492
- [`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.
493493
- [`koa-zod-router`](https://github.com/JakeFenley/koa-zod-router): Create typesafe routes in Koa with I/O validation using Zod.
494494
- [`zod-sockets`](https://github.com/RobinTail/zod-sockets): Zod-powered Socket.IO microframework with I/O validation and built-in AsyncAPI specs
495+
- [`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.
495496

496497
#### Form integrations
497498

0 commit comments

Comments
 (0)
Please sign in to comment.