Open AitanG opened 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.
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.