insomnia-plugin-path-parameters
insomnia-plugin-path-parameters copied to clipboard
change the URL path parameters syntax
is it at all possible to change the syntax from :myparam to {myparam}? The reason for this is that the open api spec uses curly braces for path parameters (see https://swagger.io/docs/specification/describing-parameters/ ). I usually define the endpoint in design first and let ensomnia generate the request for me. Now I'am forced to change all the generated requests manually. When using curly braces, insomnia shows me this:
Insomnia seems to changes every {myparam} occurence to {{ myparam }} which means it is expecting a global variable: