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
* fix: bug with `kebab-case` path params (issue #184, thanks @Mr-sgreen)
* fix: typings for --js option; feat: --silent option (output only errors to console)
* bump: up version to 6.1.0
Condition:
part of the swagger json file as follows:
Behavior:
throw error that location-code is illegal variable name in function parameter define
Expect:
swagger-typescript-api to auto filter dash and change to lowerCamelCase, in this case should be locationCode
The text was updated successfully, but these errors were encountered: