swagger-api / swagger-codegen-generators

Apache License 2.0
284 stars 424 forks source link

url.PathEscape path params #1311

Open AitanG opened 2 months ago

AitanG commented 2 months ago

Clients of our Go SDK get unexpected errors when passing in path params containing /, which is quite common. Path escaping for the client makes it easier to use for this case and others.

Note: this is a breaking change.