openapi.tools icon indicating copy to clipboard operation
openapi.tools copied to clipboard

docs: add openapi-code-generator

Open mnahkies opened this issue 1 year ago • 2 comments

adds https://github.com/mnahkies/openapi-code-generator/ / https://openapi-code-generator.nahkies.co.nz/ to the list.

it currently supports generating typescript client sdks based on fetch / axios, and server routing / request+response validation based on koa (choice of zod / joi for runtime validation).

an experimental nextjs server implementation is in the works (https://github.com/mnahkies/openapi-code-generator/pull/152), and my longer term plan is to add other languages such as kotlin to the set of templates.

mnahkies avatar Jul 28 '24 11:07 mnahkies