This is a plugin for Insomnia that automatically replaces URL href property parameters with values defined in the Query tab by the same name.
- Add placeholders to url: (eg.
*https://tostornudo.crm.dynamics.com/api/data/v9.0/:entity?$filter=:field eq :field_value*) - Add matching entries to Query tab (eg.
:entity,:field,:field_value)
The final URL will be
"https://tostornudo.crm.dynamics.com/api/data/v9.0/accounts?filter=accountid eq 344a4072-d7e4-eb11-bacb-000d3a8ef5ec"
The original plugins only allows to replace parameters on the URL path
