1.0.2 • Published 6 years ago

insomnia-plugin-defaults v1.0.2

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

insomnia-plugin-defaults

Installation

  1. Open your preferences in Insomnia
  2. Type @wwselleck/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"
            }
        ]
    }
}