insomnia-plugin-path-parameters
v1.0.3
Published
Insomnia plugin to enable URL path parameters in Query tab
Downloads
226
Readme
Insomnia Path Parameters Plugin
This is a plugin for Insomnia that automatically replaces URL path
parameters with syntax :myParam
with values defined in the Query tab by the same name.
Installation
Install the insomnia-plugin-path-parameters
plugin from Preferences > Plugins.
Usage
- Add placeholders to url (eg.
https://example.com/:foo/:bar
) - Add matching entries to Query tab (eg.
foo
,bar
)