-
Notifications
You must be signed in to change notification settings - Fork 83
feat: add ParameterClient for external parameter access #1318
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
feat: add ParameterClient for external parameter access #1318
Conversation
05728bf to
9cb7abb
Compare
minggangw
left a comment
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.
Thanks for submitting the PR, will take a look later.
minggangw
left a comment
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.
Thanks for the PR with effective unit test & ts declaration, LGTM!
9cb7abb to
14ed2c5
Compare
|
@mahmoud-ghalayini please go ahead to merge the PR, thanks! |
Added ParameterClient class for remote parameter access: - node.createParameterClient(remoteNodeName, options) - node.destroyParameterClient(parameterClient) - ParameterClient with full API for get/set/list/describe operations - Exported parameterTypeFromValue utility
Public API Changes
Added
ParameterClientclass for remote parameter access:node.createParameterClient(remoteNodeName, options)node.destroyParameterClient(parameterClient)ParameterClientwith full API for get/set/list/describe operationsparameterTypeFromValueutility#1317