-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error on non-string path variables #257
Comments
Can you show an example of both the descriptor and the generated file? |
@luisfpg it's should be due to the encodeURIComponent that wasn't present before in URLs |
Fix released in version 2.3.1 |
@luisfpg thanks a lot :) how can I download this version ? is it already available with npm install ? |
It is already available in npm. |
thanks a lot, problem solved ! |
Hello community,
I have upgrated the ng-swagger-gen lib to the latest version (it was 1.7.0) and now I have a lot of errors mainly this error TS2345: Argument of type 'number' is not assignable to parameter of type 'string'.
as far I saw the paths now are generating using encodeURIComponent
how can I disable this ? it looks to me a breaking a change especially that I have more than 100 services that is throwing this error
The text was updated successfully, but these errors were encountered: