-
Notifications
You must be signed in to change notification settings - Fork 56
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
PUT /api/global-parameters/{name} #426
Comments
It should be a matter of replicating the existing API for parameters without the virtual host argument. We'd appreciate a contribution :) |
Thank you for the quick response, hopefully I'll have a contribution PR sometime next week or so. |
A question for design, Should the setter for global parameters be generic? I saw that in the case of upstreams and upstream sets, there is no generic function like For my contribution, I also wanted to add in getting and setting |
@awills96 we can use generics of it improves something… global parameter values really can be anything, so not a lot of room for additional type safety. As for |
Addressed partly in #429 (support for |
Is your feature request related to a problem? Please describe.
There is currently no functionality to modify global parameters using the Hop client.
Describe the solution you'd like
An implemented function in
Client.java
to make api PUT requests for global parameter values.Describe alternatives you've considered
No response
Additional context
I saw that #62 has been open for vhost parameters, but there is no mention of global parameter setting in any other issue or discussion that I have seen (besides the latest version release which adds globals to
Definitions.java
).I am able to make a contribution, but due to the existing related issue and the relative complexity of the solution, I wanted to check if there are any considerations from the maintainers of this project.
The text was updated successfully, but these errors were encountered: