JSPM

insomnia-plugin-legacy-http-query-params

1.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q26794F
  • License MIT

Modifies query parameters to use semicolons instead of ampersand to pass parameters in the URL.

Package Exports

  • insomnia-plugin-legacy-http-query-params
  • insomnia-plugin-legacy-http-query-params/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (insomnia-plugin-legacy-http-query-params) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

insomnia-plugin-legacy-http-query-params

Modifies query parameters to use semicolons instead of ampersand to pass parameters in the URL.

Usage

Simply install the plugin, and whatever values you put in the query tab will be translated into the request URL with semicolons (;) instead of ampersands (&).

Screenshot of the REST API with query parameters and timeline box

Limitations & Notices

This will not take into account any query parameters manually entered into the URL request box, only those within the Query tab. Also if there is other items added it to the URL with a ?, it will add another :(