mtennoe / swagger-typescript-codegen

A Swagger Codegenerator tailored for typescript.
Apache License 2.0
140 stars 52 forks source link

URI encode path params (Closed) #93

Closed Shahab96 closed 4 years ago

Shahab96 commented 4 years ago

This commit fixes issue: https://github.com/mtennoe/swagger-typescript-codegen/issues/92

Shahab96 commented 4 years ago

I'm unsure as to whether this should be a patch or a minor version bump, as now that path parameters will be uri encoded, any consumers who are manually encoding their path parameters will be broken by this change.

Shahab96 commented 4 years ago

I made a mistake with the commit when bumping the version. Will make a new PR to keep it clean