-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Config parameterization fix #317
Conversation
- Move handlerconfig into templates - Parameterize the templates TODO: move parameterize method into codegen-cli
…to fix/#314-config-parameterization
Hello all! The TODO mentioned above has been finished. Currently, the parameterized method has been moved into codeine-cli (same to the RFC: https://github.com/networknt/light-rfcs/pull/34/files) i.e. condegen-cli -f openapi -p /paramConfigs ... All the config files inside the dir |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks really nice. I am going to merge it now. Please update the document when possible. Thanks.
Related issue: #314
Related RFC: https://github.com/networknt/light-rfcs/pull/34/files
TODO: move parameterize method into codegen-cli
Currently, the templates are parameterized statically. The next step is to move parameterize method into codegen-cli