Comparison with typed-openapi #553
Replies: 1 comment 1 reply
-
Hey @trevorpfiz, thanks for the question. It appears that package is focused on either types only or types + validator runtimes. I see there's also a related Types only is similar to For this reason, we offer multiple HTTP clients and we have an upcoming overhaul of clients which is going to take them to the next level (more than 30% of open issues are related to client functionality). Hey API also gives you a service/API layer for making your calls. This is also going to be redesigned to be tree shakeable, so you get a nicer developer experience without your bundle sizes suffering. Overall, Hey API aims to be The Layer™ between your client and server. It does only a few things today, and we are trying to do those things really well. Once that is accomplished, we will move onto adding integrations such as Zod, if that's desired. Does that help clarify? |
Beta Was this translation helpful? Give feedback.
-
Hi!
I have previously used and loved
typed-openapi
, https://github.com/astahmer/typed-openapi, to generate a zod client from openapi. How doesopenapi-ts
compare?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions