You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just started using this library and it is very great. It will be very convenient for my application. I have been doing something similar to it by using subflows + assert node + comments to provide similar API.
I would like to suggest an addition: to check the type of each input parameter. If the input type (number, string, boolean, ...) is not the expected type conforming to the defined API, then throw an error. Maybe you could add an option (checkbox) so the user can choose if they want to check or not the types.
Keep up the good work,
Thank you
The text was updated successfully, but these errors were encountered:
RGNagel
changed the title
API - Check the type of 'comp start' node inputs
API - Check the type of 'component_in' node inputs
Dec 23, 2020
RGNagel
changed the title
API - Check the type of 'component_in' node inputs
API - Check the type of 'component_in' API parameters
Dec 23, 2020
Hey,
Thanks for your request. It absolutely makes sense to validate the input.
Sorry for the late reply.
I have very little time to work on this project, so it might take while before I actually will consider your request.
BUT: I am still on it and will try to find the time in the near future.
Cheers
Hello,
I just started using this library and it is very great. It will be very convenient for my application. I have been doing something similar to it by using subflows + assert node + comments to provide similar API.
I would like to suggest an addition: to check the type of each input parameter. If the input type (number, string, boolean, ...) is not the expected type conforming to the defined API, then throw an error. Maybe you could add an option (checkbox) so the user can choose if they want to check or not the types.
Keep up the good work,
Thank you
The text was updated successfully, but these errors were encountered: