insomnia/plugins/insomnia-plugin-kong-declarative-config
2020-09-18 23:31:21 +12:00
..
assets Usage documentation for bundled plugins (#2120) 2020-05-13 09:22:55 +12:00
src
index.js Initial pass to combine eslint and prettier (#2166) 2020-05-15 10:54:07 +12:00
package-lock.json Release branch for 2020.4.0 (#2576) 2020-09-15 08:55:18 +12:00
package.json Kong plugins no longer private (#2635) 2020-09-18 23:31:21 +12:00
README.md Usage documentation for bundled plugins (#2120) 2020-05-13 09:22:55 +12:00

Kong Declarative Config (Insomnia Plugin)

Npm Version

This is a plugin for Insomnia Designer to add the ability to generate Kong Declarative Config.

Installation

Install the insomnia-plugin-kong-declarative-config plugin from Preferences > Plugins.

Usage

Once this plugin is installed, open a document with an OpenAPI specification and navigate to the Design view.

If installed correctly, a button titled Generate Config will appear in the header (you may need to reopen the document).

Click on this button to open a modal, showing all of the config generator plugins installed and their output. From here, you can copy the config to your clipboard and execute on your platform.

This config will regenerate each time you click on the button, so that changes in your specification are included.