Skip to content
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

Add an API endpoint to serve the list of modules, their documentation and default parameter values (defaultConfig.json) #83

Closed
royjohal opened this issue Sep 27, 2019 · 0 comments
Labels

Comments

@royjohal
Copy link
Contributor

Description
Currently, there is no way for the client (GUI, etc) to know which parameters are to be supplied for each module, what the default values are, what their max/min values are, etc.
In the deployed environment, the client needs to be aware of this information which inherently belongs to the server.
An API endpoint /modules with an object providing all this information would even render future server-side modifications replicable on the client automatically.

jvalls-axa added a commit that referenced this issue Oct 11, 2019
…configs

Resolves #83 - Endpoints for modules and configs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant