-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add new validateParams function (#180)
This commit adds the "validateParams" function to the node core. This function will be used by the operation code generated by the Node SDK generator to validate the parameters found within a "params" object. It will check for required parameters that are not present, and also check to make sure that all parameters that ARE present are valid (i.e. the param name is among the expected valid parameter names for the operation).
- Loading branch information
Showing
5 changed files
with
294 additions
and
17,483 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.