Skip to content

estorbito/insomnia-plugin-url-parameters

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Insomnia URL Parameters Plugin

This is a plugin for Insomnia that automatically replaces URL href property parameters with values defined in the Query tab by the same name.

Usage

  1. Add placeholders to url: (eg. *https://tostornudo.crm.dynamics.com/api/data/v9.0/:entity?$filter=:field eq :field_value*)
  2. Add matching entries to Query tab (eg. :entity, :field, :field_value)

image

The final URL will be

"https://tostornudo.crm.dynamics.com/api/data/v9.0/accounts?filter=accountid eq 344a4072-d7e4-eb11-bacb-000d3a8ef5ec"

Disclaimer

The original plugins only allows to replace parameters on the URL path

About

Insomnia plugin to allow adding path parameters in Query tab

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%