ts-rest / ts-rest

RPC-like client, contract, and server implementation for a pure REST API
https://ts-rest.com
MIT License
2.13k stars 96 forks source link

Feature request - ArkType support #196

Open Tactile-Taco opened 1 year ago

Tactile-Taco commented 1 year ago

ArkType is a new validator that I am wanting to try out but with ts-rest I am locked in to zod. I saw in discord that there is some intention to decouple validator logic from zod because of other validators like TypeBox and Deepkit. I'm creating this feature request because that is something I'm interested in.

Dimava commented 12 months ago

Related: https://github.com/decs/typeschema - Universal adapter for TypeScript schema validation.

Talent30 commented 11 months ago

Decouple validator logic from zod is a great idea!

toteto commented 1 month ago

Hey @Gabrola 👋

Are there any plans on this issue?