narcs / steelconnect-dialogflow

Manage SteelConnect networks through natural language.
1 stars 1 forks source link

Short names can't have spaces but this app doesn't handle that #35

Open mirrexagon opened 6 years ago

mirrexagon commented 6 years ago

If you try to create eg. a WAN with spaces it will fail at the SteelConnect API, since short names can't have spaces. This app returns an unhelpful message talking about invalid parameters.

It would be good to handle this case specially and return a informative message.

This affects creating WANs, and possibly other commands.