octoparts
octoparts copied to clipboard
Endpoint Param names with whitespaces are confusing.
- Admin UI should show a warning if an endpoint Param names has whitespace pre/suffix
- In general, surround all string identifiers with single quotes (or any other delimiter) when spitting them out to logs so that we can easily identify if there are whitespace chars in them.
related: #35
related: #138 (adds a warning mechanism and a warn about whitespace in URI)