-
Notifications
You must be signed in to change notification settings - Fork 242
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
Enable Hidi users to configure the way CSDL is translated to OpenAPI #830
Comments
Probably an XML file? |
How can an application like DevX API make use of this when using Hidi for conversion? Could it be possible to pass the settings programmatically? |
We're thinking of storing the settings in a JSON file |
@irvinesunday DevX API should never be calling hidi. Hidi is a commandline tool. |
@MaggieKimani1 I have a PR started for this, so I can take this on if you have other tasks to complete. |
The conversion library has many settings. To control these settings we should provide a command line parameter that points to a settings file that configures the behavior of the conversion library.
If the user points to a file that does not exist, we should create the file, filled with the default settings.
The text was updated successfully, but these errors were encountered: