Skip to content

wwselleck/insomnia-plugin-defaults

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published