furo muSrvSanitize #
Sanitize the muServices, to avoid errors in your protos or es6 services.
Sanitizing includes at the moment:
- Adding of query params which are part of the url and needs to be listed as qp’s for the request body.
A method definition like:
|
|
will become to
|
|
and you can change it to
|
|
Notice: A existing query param will not be touched or modified.
furo muSrvSanitize [flags]
Options #
-h, --help help for muSrvSanitize
Options inherited from parent commands #
--config string config file (default is CWD/.furo.yaml)