openapi-typescript-codegen
openapi-typescript-codegen copied to clipboard
feat: Per-request OpenAPI config overrides
Fixes #1538 #1765
Thank @eakorolev. Although this doesn't resolve #1538 completely. See here.
Is there a way to use your fork before publish?
I published a temporary package here:
https://www.npmjs.com/package/forked-openapi-typescript-codegen
@mirismaili, thank you for publishing this package! As s temporary solution, I've just installed a patched package from GitHub branch like this:
"devDependencies": {
"openapi-typescript-codegen": "github:eakorolev/openapi-typescript-codegen#feat/config-overrides"
}