1.0.7 • Published 3 years ago

insomnia-plugin-swagger-path-parameters v1.0.7

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

Insomnia Swagger-like Path Parameters Plugin

Npm Version

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-swagger-path-parameters plugin from Preferences > Plugins.

Usage

  1. Add placeholders to url (eg. https://example.com/{foo}/{bar})
  2. Add matching entries to Query tab (eg. foo, bar)

image