mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
.. | ||
assets | ||
src | ||
index.js | ||
package-lock.json | ||
package.json | ||
README.md |
Kong Declarative Config (Insomnia Plugin)
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.