arashi-devA
tRPC12mo ago
3 replies
arashi-dev

swagger to trpc-like interface generator?

I have a backend which exposes a fully detailed swagger json file. And I want to have an auto generated api client with an interface like trpc.

I managed to do it using
swagger-typescript-api
and custom templates, but wondered if anyone did it already or if there is any open source project that does almost the same thing, so I can get better ideas for implementation.

Thanks
Was this page helpful?