docs: add openapi-code-generator#532
Merged
philsturgeon merged 6 commits intoapisyouwonthate:mainfrom Jun 17, 2025
Merged
Conversation
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.
|
@mnahkies is attempting to deploy a commit to the APIs You Won't Hate Team on Vercel. A member of the Team first needs to authorize it. |
mnahkies
commented
Sep 20, 2024
mnahkies
commented
Sep 20, 2024
Contributor
Author
|
@philsturgeon any chance you could take a look at this please? It's still pre-v1 and not everything is supported, but its mature enough that it's been successfully used for a number of projects. |
mishushakov
approved these changes
Jun 16, 2025
Collaborator
|
@mnahkies thank you for your patience. I can see you're putting a lot of work in here, so I'm happy to merge it. Thanks for using the Train Travel example too, hope that PR makes it in. Down with the Pet Store! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

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.