1.0.0 • Published 5 years ago

insomnia-plugin-default-queries v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

insomnia-plugin-default-queries

This is a plugin for Insomnia that allows users to set default queries for requests.

Installation

Install the insomnia-plugin-default-queries plugin from Preferences > Plugins.

Usage

Queries can be added by setting a DEFAULT_QUERIES environment variable.

{
  "DEFAULT_QUERIES": {
    "name": "ferret",
    "color": "purple"
  }
}

Acknowledgments

This plugin is based on insomnia-plugin-default-headers.