Azure / autorest.typescript

Extension for AutoRest (https://github.com/Azure/autorest) that generates TypeScript code. The transpiled javascript code is isomorphic. It can be run in browser and in node.js environment.
MIT License
177 stars 75 forks source link

Support `skipEncoding` for path/query url parameter #2589

Open MaryGao opened 4 months ago

MaryGao commented 4 months ago

In swagger we have x-ms-skip-url-encoding extension which could set as true|false when the parameter is provided from a source where the value is known to be URL-encoded.

We need to think on how to support this feature in RLC and Modular.

Please notice there is an issue in typespec to track on how to support this in tsp side.

ArthurMa1978 commented 2 months ago

Part of https://github.com/microsoft/typespec/issues/3736