Open cristipufu opened 6 years ago
workaround: Can you make {Key}
lowercase in your swagger file ?
I'd have to go dig into why it's trying that.
The swagger file is automatically generated using Swashbuckle.OData
, so that's not actually an option.
Hello,
I'm using Autorest
version: 2.0.4283; node: v8.11.1
, as I'm trying to generate a C# client for anOData
API.There seems to be an issue with the
Construct URL
section:It tries to replace
{key}
, which is actually{Key}
with the actual key value.Regards, Cristi