1.0.0 • Published 3 years ago

insomnia-plugin-url-parameters v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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