play-swagger
play-swagger copied to clipboard
Treat `-` character correctly
-
seems to be a valid identifier in a swagger file.
The generated Scala code should replace these in scala code or wrap the entire things in backticks.
We do. Play can't deal with that in t's route files.
Ok, may be it's possible to replace "-" with "-", but what is with other possible characters? Like ":" for example. Would be valid in swagger spec as well.