insomnia-plugin-path-parameters icon indicating copy to clipboard operation
insomnia-plugin-path-parameters copied to clipboard

Handle both :variable and {variable} parameters

Open Croebh opened this issue 3 years ago • 3 comments

Converted it to a foreach loop over an array, which implements the existing issue as well as allows for future expandability (either in the base plugin or by local users)

Fixes #11

Croebh avatar Apr 08 '22 19:04 Croebh

This would be really helpful for me, any idea when this will be merged?

pahofmann avatar Oct 05 '22 08:10 pahofmann

Another +1 for me. This would make this plugin much more useful!

ctmay4 avatar Oct 28 '22 13:10 ctmay4

The issue with just the prefix ':' is that it suffers from multiple issues:

  • incapable of having multiple params if one is a prefix of another (e.g. :dummy1/:dummy10)
  • incapable of having a param 'nested' in as a partial word (e.g. /:VARfather where possible VAR values are: "", "step", "adopted", "biological"

Please merge this in.

jpabst avatar May 16 '23 14:05 jpabst