wwselleck / insomnia-plugin-defaults

Insomnia plugin for defining request defaults

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

insomnia-plugin-defaults

npm

Installation

  1. Open your preferences in Insomnia
  2. Type insomnia-plugin-defaults
  3. Click 'Install Plugin'

Usage

Right now, defaults for

  • Headers
  • Query Parameters

are supported.

You define defaults in your Insomnia environment

{
    "DEFAULTS": {
        "headers": {
            "X-Test-Header": "test-value"
        },
        "parameters": [
            {
                "name": "q"
                "value": "How does the internet get across the ocean"
            }
        ]
    }
}

About

Insomnia plugin for defining request defaults

License:MIT License


Languages

Language:TypeScript 84.9%Language:Shell 15.1%