insomnia-plugin-defaults

1.0.2 • Public • Published

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"
            }
        ]
    }
}

Dependencies (0)

    Dev Dependencies (2)

    Package Sidebar

    Install

    npm i insomnia-plugin-defaults

    Weekly Downloads

    0

    Version

    1.0.2

    License

    MIT

    Unpacked Size

    4.38 kB

    Total Files

    9

    Last publish

    Collaborators

    • wwselleck