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
The idea is to have a class declaration that is bound to the parameters so that you get an instance with the current values.
As a result, the APIs would be simpler and the attributes re-usable.
We need two of them:
_gpfGetParameters => dictionary (from URL in browser, arguments in rhino / cscript / nodeJS)
parameters that are not prefixed should have a default name (TBD)
The idea is to have a class declaration that is bound to the parameters so that you get an instance with the current values.
As a result, the APIs would be simpler and the attributes re-usable.
We need two of them:
_gpfGetParameters => dictionary (from URL in browser, arguments in rhino / cscript / nodeJS)
parameters that are not prefixed should have a default name (TBD)
instance = gpf.readParameters(Class / string, [parameters]);
The text was updated successfully, but these errors were encountered: