Skip to content

Commit 24b55cc

Browse files
authored
docs: add openapi-code-generator.
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 (mnahkies/openapi-code-generator#152), and my longer term plan is to add other languages such as kotlin to the set of templates.
1 parent 9b261b0 commit 24b55cc

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

_data/tools.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2804,6 +2804,19 @@
28042804
v3: true
28052805
v3_1: true
28062806

2807+
- name: openapi-code-generator
2808+
category:
2809+
- sdk
2810+
- server
2811+
language: TypesScript
2812+
link: https://openapi-code-generator.nahkies.co.nz
2813+
description: >
2814+
A code generation tool for openapi 3 / 3.1, and typespec specifications,
2815+
primarily aimed at generating typescript client SDKs, and server stubs,
2816+
with an emphasis on compile & runtime safety.
2817+
v3: true
2818+
v3_1: true
2819+
28072820
- name: openapi-merge
28082821
category: converters
28092822
language: TypeScript

0 commit comments

Comments
 (0)