astahmer / openapi-zod-client

Generate a zodios (typescript http client with zod validation) from an OpenAPI spec (json/yaml)
openapi-zod-client.vercel.app
741 stars 82 forks source link

Looks like zodios is dead. What about ts-rest? #305

Open nd0ut opened 4 weeks ago

nd0ut commented 4 weeks ago

First of all, I want to express my gratitude for this amazing library!

I've noticed that there haven't been any new releases for Zodios for a while, and it seems like the project might be abandoned. As a result, I've started using ts-rest for my projects.

I'm curious if there are any plans to add built-in support for ts-rest? While I'm currently managing to meet my needs with custom templates, it would be fantastic to have an out-of-the-box template available.

Thanks for considering this!