You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Motivations : I rewrite — literally like every week — some kind of "validated endpoint creators" for express; I'm tired of it and found Typera several months ago to make that work. I now had a chance to give it a shot. Though, I'm not that familiar with io-ts and I already am in love with Zod. So, I gave an attempt to marry each other.
Any thoughts ? 🙂
The text was updated successfully, but these errors were encountered:
Have you tried whether typera-openapi also works with your lib?
Nope, this could be a next step but I tend to prefer not-hard-generating-solutions for this (just dynamic OpenAPI schemas within the code).
Hey !
I wrote a kind of plugin : an alternative request parser with the excellent library zod.
Here it is => typera-zod.
Motivations : I rewrite — literally like every week — some kind of "validated endpoint creators" for express; I'm tired of it and found Typera several months ago to make that work. I now had a chance to give it a shot. Though, I'm not that familiar with io-ts and I already am in love with Zod. So, I gave an attempt to marry each other.
Any thoughts ? 🙂
The text was updated successfully, but these errors were encountered: