DEV Community

Discussion on: TypeScript REST API Client

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt • Edited

Generating typings from openapi.yaml is a very good idea. Thanks for sharing.

For server-side, I have found an interface to JSON schema converter -- github.com/YousefED/typescript-jso... -- which is quite hand in creating OpenAPI (along with Fastify).